I'm seeking a Javascript API documenting framework with features similar to JSDoc, but would use easy-to-type restructured text or markdown in the code comments (not html)
Bonus: would integrate well with Sphinx. However, I don't want to maintain separate documentation, but generate API documentation from comments.
http://code.google.com/p/jsdoc-toolkit/
I finally found JSDuck the most suitable for the task:
https://github.com/senchalabs/jsduck
InvisibleJS supports markdown and a variety of other formats.
Also take a look at docco.
JSDoc 3 now supports markdown by a plugin. You can configure markdown support by adding the line
"plugins": [ "plugins/markdown" ],
to your configuration JSON file.
Now, starting JSDoc with -c conf.json
will enable markdown support.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With