netdoc:NetDoc是用于从C#代码创建简单API文档的工具

时间:2024-05-18 08:25:13
【文件属性】:

文件名称:netdoc:NetDoc是用于从C#代码创建简单API文档的工具

文件大小:285KB

文件格式:ZIP

更新时间:2024-05-18 08:25:13

C#

网络文件 NetDoc是用于从C#代码创建简单API文档的工具。 安装 该项目使用Node.js作为命令行界面。 请注意,您需要使用0.10。*或更高版本的Node.js。 要安装,请使用npm。 npm install https://github.com/ntotten/netdoc/tarball/master/ -g 用 // Generates docs from a csproj file netdoc example: netdoc .\Source\MyProject.csproj .\docs\ // Create a json document use to generate the docs netdoc json example: netdoc json .\So


【文件预览】:
netdoc-master
----.gitignore(792B)
----README.md(1KB)
----bin()
--------netdoc(90B)
----package.json(439B)
----src()
--------NetDoc.sln(4KB)
--------TestProject()
--------.nuget()
--------Settings.StyleCop(10KB)
--------NetDoc.Parser()
--------NetDoc()
--------NetDoc.Parser.Tests()
----ex-config.json(172B)
----tools()
--------install.bat(101B)
----templates()
--------layout.jade(3KB)
--------indexTemplate.jade(369B)
--------sidebarLayout.jade(161B)
--------includes()
--------typeTemplate.jade(759B)
----lib()
--------docgen.js(2KB)
--------docparse.js(614B)
--------program.js(3KB)

网友评论