Docgen:Markdown的解析器和格式化程序,用于JSDoc注释

时间:2024-05-22 23:34:05
【文件属性】:

文件名称:Docgen:Markdown的解析器和格式化程序,用于JSDoc注释

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-22 23:34:05

JavaScript

文档生成器 该模块基于JSDoc注释创建深入的Markdown文档。 如何使用 要为您的模块生成文档,请自定义然后在您的Node脚本中或手动输入以下命令: gendocs [Path to configuration file] 示例配置 { "Source" : "lib/" , // Where the docgen has to look to generate files. "Out" : "Documentations/" , // Output directory of the Markdown files. "Index" : true , // Whether or not to include a custom 'Index.md' in the documentations. //


【文件预览】:
Docgen-master
----package.json(168B)
----Test()
--------Documentations()
--------lib()
----LICENSE(1KB)
----.npmignore(148B)
----.gitignore(84B)
----lib()
--------Parse.js(5KB)
--------Main.js(2KB)
--------Format.js(5KB)
----README.md(2KB)
----Config.example.json(547B)

网友评论