且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

什么是***的方式/工具来记录.NET代码

更新时间:2022-10-28 18:04:41

GhostDoc( http://www.roland-weigelt.de/ghostdoc/ )是在代码中编写摘要标签的好工具。



它将查看您正在记录的项目的名称,并尝试找出一个良好的开始描述。这是一个很有用的工具,可以始终记录您的代码。



我的头部名称不是我的头,但是有一些工具可以拉出夏天的标签进入xml和html。这些工具将为您的API制作一个类似MSDN的站点。这是一个非常好的系统,但由开发人员(您)记录您的代码。


What are some good .NET code documentation tools?

Ghostdocs is not entirely free; NDocs has been discontinued; Sphinx is not exactly easy to setup.

Now that Microsoft has discontinued Sandcastle and handed it over to Eric Woodruff, does Microsoft have any other code documentation tool?

Any good documentation tools which are free and you can have online documentation for your .NET code would be useful.

What code documentation tools do you use for your .NET code? Preferably, the tools should be:

  • free
  • easy to setup
  • have a GUI

GhostDoc (http://www.roland-weigelt.de/ghostdoc/) is a good tool for writing summary tags in your code.

It will look at your names of the items you are documenting and try to figure out a good starting description. It is a useful tool to start consistently documenting your code.

I don't the names off the top of my head but then there are tools to pull out the summery tags into xml and html. The tools will make an MSDN like site for your API. It is a pretty good system but it is up to the developer (you) to document you code.