How can I write my original API documentation in Angular projects so that it generates HTML content that can be accessed offline

I am writing a project based on angularjs

and I want to add source documentation to source documentation like Java Docs. I saw that JSDOC and DGENI jsDOC are the lighter option, but so far there is a lack of comprehensive Angular support and DGeni is a little hard to understand.

Are there any good information materials that I can link to?

+3


source to share


1 answer


View repository: https://github.com/petebacondarwin/dgeni-angular This is an example for an angularjs project that was made by the creator of Dgeni.

The src directory contains comments on the source of your project, and the docs directory contains the configuration for Dgeni.



Forresst

0


source







All Articles