You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code contains a number of JSdoc comments, but they are not validated by providing an actual buildable documentation. Add one.
After checking Docco, Yuidoc, Jsdoc, Docstrap and the meteor-jsdoc fork, the standard is going to be Jsdoc with Docstrap: meteor-jsdoc is really for apps, not NPM modules. Docco basically just splits the comments from inline to side-by-side with code, Yuidoc needs too much extra jsdoc-like markup, and Docstrap is just a set of plugins on top of jsdoc, the most interesting one being search.
The text was updated successfully, but these errors were encountered:
Currently the code contains a number of JSdoc comments, but they are not validated by providing an actual buildable documentation. Add one.
After checking Docco, Yuidoc, Jsdoc, Docstrap and the meteor-jsdoc fork, the standard is going to be Jsdoc with Docstrap: meteor-jsdoc is really for apps, not NPM modules. Docco basically just splits the comments from inline to side-by-side with code, Yuidoc needs too much extra jsdoc-like markup, and Docstrap is just a set of plugins on top of jsdoc, the most interesting one being search.
The text was updated successfully, but these errors were encountered: