I am exploring JavaScript documentation tools, and found JSDuck impressive. I noticed appcelerator titanium uses it as well. However, couldn’t find much information on using it for documenting code that doesn’t use Sencha’s JavaScript Frameworks. Any suggestions on how and if it could be used for documenting any Javascript code?
I am exploring JavaScript documentation tools, and found JSDuck impressive. I noticed appcelerator titanium
Share
JSDuck is heavily geared towards documenting Sencha Ext JS and Touch frameworks, however, it will work just fine with plain JavaScript too. You just won’t be able to take advantage of the many ExtJS-specific auto-detection capabilities. But you will still have a fair amount of various auto-detection.
For example the following doc-comments don’t use any
@class,@method,@propertytags – all this information and more is inferred from code: