jfdoc
v0.5.0
Published
JavaScript documentation generator
Readme
JFDoc will be a documentation generator for JavaScript that supports JSDoc tags. Additionally, it will:
- compile Markdown in all description fields
- link documentation to syntax-highlighted source code snippets
- support custom tags and Mustache templates
Usage
$ make
$ ./jfdoc <source files>The output will be in ./doc.
