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?
Asked
Active
Viewed 154 times
0
3 Answers
1
No, I think you need something like NDoc for that.

Henrik Söderlund
- 4,286
- 3
- 26
- 26
-
Thank you. I'll take a brief look on it. – Evgeny Gavrin Jan 20 '10 at 09:58
1
There are many ways to do this.
See this article for one.
There are several different projects that deal directly with this:

Oded
- 489,969
- 99
- 883
- 1,009
-
-
1See http://www.ewoodruff.us/shfbdocs/Index.aspx?topic=html/b772e00e-1705-4062-adb6-774826ce6700.htm – salgo60 Jan 20 '10 at 09:57
1
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

salgo60
- 957
- 5
- 16