typescript Angular2 文档生成器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/37950403/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 03:35:16  来源:igfitidea点击:

Angular2 Documentation Generator

typescriptangulardocumentation-generationjsdoc

提问by ankur agrawal

Is there a documentation generator (may be a node package) like in other programming languages (jsdoc / phpdoc / javadoc / ..) for typescript-based Angular2-Projects?

对于基于打字稿的 Angular2 项目,是否有像其他编程语言(jsdoc / phpdoc / javadoc / ..)中的文档生成器(可能是一个节点包)?

回答by ankur agrawal

This seems to be a viable solution :compodoc

这似乎是一个可行的解决方案:compodoc

回答by shan kulkarni

If you are using TypeScript then "Typedoc.org" can be useful for you. http://typedoc.org/

如果您使用的是 TypeScript,那么“Typedoc.org”可能对您有用。 http://typedoc.org/