API documentation generator for Sencha JavaScript frameworks.
JsDuck aims to be a better documentation generator for Ext JS than the old ext-doc was. It is used by Sencha to document Ext JS 4, Sencha Touch and several other products.
The highlights of JSDuck are Markdown support and keeping you DRY by inferring a lot of information from code.
Get JsDuck and try it for yourself to see what it's all about!
What's New in This Release: [ read full changelog ]
· New warning for duplicate member names.
· Info about overridden members in parent class.
· Redirect alternate classnames to canonical ones.
· Detect doc-comment before Ext.emptyFn as method.
· Allow configs to begin with uppercase letter.
· Preserve the order of members not belonging to classes.
· Fix crash when string "function" after doc-comment.
· Fix crash when documenting anonymous function.
· Fix hiding of parent members by @private in subclass.