What can I do with my XML documentation? [closed]

2019-04-19 10:57发布

I just discover I can generate XML documentation for my project with VisualStudio 2010 with the '///' tags in the code.. It's seems magical but what can I do with that? Is some application exists who can make me a "beautiful doc" with the XML file? Or convert it into a HTML doc?

Thanks a lot for all responses!

4条回答
我命由我不由天
2楼-- · 2019-04-19 11:13

Another application: VSdocman

查看更多
女痞
3楼-- · 2019-04-19 11:14

There are several apps out there that can take your XML Comments and generate MSDN Style API docs for you (working on the list):

Sandcastle (Microsoft)
NDoc
Live Documenter

查看更多
祖国的老花朵
4楼-- · 2019-04-19 11:29

I use GhostDoc to help generate the xml doc comments, and Sandcastle with Sandcastle Help File Builder to turn that into a compiled help file, which looks similar to the MSDN documentation.

You can find a detailed guide to using Sandcastle/Sandcastle Help File Builder here.

I also tried Doxygen and found it to be fairly easy to use, but preferred the look of the documentation that Sandcastle produced.

查看更多
爷的心禁止访问
5楼-- · 2019-04-19 11:32

There's an alternative tool DocFX developed by Microsoft.

It generates API doc in HTML format like this.

查看更多
登录 后发表回答