- Notifications
You must be signed in to change notification settings - Fork488
See also
Gimleux edited this pageMar 2, 2022 ·19 revisions
documentation
is a documentation generator for API documentation.It uses a code scanner and supports structured documentation, so it followsin the tradition of tools like JavaDoc,Natural Docs, andJSDoc. There areother camps of documentation generation, like literate documentation, whichis less structured and more focused on understanding internal code structure.
- https://github.com/yui/yuidoc
- https://github.com/senchalabs/jsduck
- https://github.com/esdoc/esdoc
- https://pypi.python.org/pypi/sphinx-js/
- https://github.com/dtao/autodoc
- Inch CI measures the percentage of source code that is described by JSDoc comments
- jsdoctest tests code examples in
@example
tags.
- ngdoc for Angularhttps://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation - parsed bydgeni
- Google Clojure Compiler extensionshttps://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler
- https://github.com/marijnh/getdocs
- https://github.com/IvanSanchez/Leafdoc
- https://github.com/nodeca/ndoc
- https://github.com/75lb/dmd
- https://github.com/jdalton/docdown
- https://github.com/tmcw/doxme
- https://github.com/videojs/doc-generator
- https://github.com/daliwali/docchi
- https://github.com/aef-/hambruger
- https://github.com/llafuente/docr
- https://github.com/verbose/verb
- https://github.com/jonschlinkert/js-comments
- https://github.com/eslint/doctrine - this is what documentation.js uses
- https://github.com/hegemonic/catharsis - what jsdoc uses
- https://github.com/wkeese/js-doc-parse
- https://github.com/jonschlinkert/parse-comments
- https://github.com/Kuniwak/jsdoctypeparser - used by jscs-jsdoc