How to generate HTML for JSDoc

让人想犯罪 __ 提交于 2019-12-13 14:09:56

问题


I'd like to create an auto generating JSDoc documentation file for a framework I'm building but can't seem to find a way to output the documentation. Is it possible to output the doc to JSON or HTML? Or will I have to build my own JSDoc parser with RegExp?

I've looked all over the web and can't find anything on the subject.

Thank you.


回答1:


A big thanks to Felix Kling for pointing me the official documentation: usejsdoc.com

The documentation has been moved to https://jsdoc.app/



来源:https://stackoverflow.com/questions/35182918/how-to-generate-html-for-jsdoc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!