Vertafore / docular

AngularJS based documentation generation: Extensible, customizable parsing and partial generation
MIT License
165 stars 35 forks source link

Add ability to document non-angular JS using JSDoc3 #125

Open stephenliberty opened 9 years ago

stephenliberty commented 9 years ago

JSDoc exports various other types of formats. An extra plugin could be made that, if installed, would process js files through JSDoc, grab the output, then stick it in the registry as appropriate. Then anyone could document almost anything, with the exception of specialized annotations in ExtJS