开发者

Readable generated xml comments

Is there some simple, 开发者_Go百科standard way of converting my C# xml comments generated xml file into a format that is easily read. I have no need for setting any formatting, adding new tags, etc, I just need to display my generated file eg. javadoc style or not similar, in the most simplest, easiest way possible. Cheers.


I use Sandcastle and Sandcastle Help File Builder, which produces MSDN style help files from xml doc comments. You can find a detailed guide here.

Another option is Doxygen, which I found to be easier to use than Sandcastle. In the end, I preferred the look of the help file that Sandcastle produced, so I chose Sandcastle over Doxygen.


You can use Ghost Doc.


You have variety of tools for doing this:

  1. NDoc
  2. Devscribe

You can get a list of many other document generators here!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜