Select to view content in your preferred language

how to create module documentation like API Reference

711
2
Jump to solution
03-17-2014 09:09 AM
martinschmoll
Deactivated User
The list of custom classes I am writing for use with the ArcGIS JS API continues to grow.  Is there a good way to create documentation for both myself and my team (who use the custom classes in their apps)? 

I like the Esri documentation, so am interested in creating something like that.
0 Kudos
1 Solution

Accepted Solutions
ReneRubalcava
Honored Contributor
You could try jsdoc3.
Docco is also pretty popular, but I've never used either.

I try to use JSDoc style comments so that I could use something like jsdoc3 to generate docs if I need to.

View solution in original post

0 Kudos
2 Replies
ReneRubalcava
Honored Contributor
You could try jsdoc3.
Docco is also pretty popular, but I've never used either.

I try to use JSDoc style comments so that I could use something like jsdoc3 to generate docs if I need to.
0 Kudos
martinschmoll
Deactivated User
Thanks, I'll try that
0 Kudos