1

We have an angularJS project and have been using the @ngdoc notation as seen in the angular source code, however we don't use grunt / bower and would like to generate the documentation. Is there a program which does this without relying on grunt / bower config files?

I've looked at ngdocs, grunt-ngdocs and grunt-ngdoc. Ideally I just want to feed in a regular expression for our js folder and have a html index with links to the documentation for each module.

I've tried jsdoc but it doesn't recognise a lot of the ngdoc annotations resulting in a blank index.html

1 Answer 1

1

You could try a template for jsdoc. I found angular-jsdoc very useful.

I would recommend evaluating this, as it requires nothing more than jsdoc installed. And it is able to read an process @ngDoc tags.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.