带有轻量级标记的Javascript API文档框架(Javascript API documenting framework with lightweight mark-up)

我正在寻找一个JavaScript API文档框架,其功能类似于JSDoc,但会在代码注释中使用易于类型的重构文本或降价(而不是html)

奖金:将与Sphinx很好地融合。 但是,我不想保留单独的文档,但是从注释生成API文档。

http://code.google.com/p/jsdoc-toolkit/

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/

最满意答案

我终于找到了JSDuck最适合的任务:

https://github.com/senchalabs/jsduck

I finally found JSDuck the most suitable for the task:

https://github.com/senchalabs/jsduck

更多推荐