Reputation: 7835
Tell me, please, is it possible to generate from standard XML Doc in Visual Studio a proper documentation? With exports from xml into user-friendly look?
Upvotes: 0
Views: 182
Reputation: 967
We use ghostdoc http://submain.com/products/ghostdoc.aspx http://weblogs.asp.net/rweigelt/archive/2007/05/01/2473036.aspx for producing the docs
And to generate the docs SandCastle that you find on Codeplex http://sandcastle.codeplex.com/
Getting started http://www.ewoodruff.us/shfbdocs/Index.aspx?topic=html/b772e00e-1705-4062-adb6-774826ce6700.htm
Upvotes: 1
Reputation: 499312
There are many ways to do this.
See this article for one.
There are several different projects that deal directly with this:
Upvotes: 1