0

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?

Mats Fredriksson
  • 19,783
  • 6
  • 37
  • 57
Evgeny Gavrin
  • 7,627
  • 1
  • 22
  • 27

3 Answers3

1

No, I think you need something like NDoc for that.

http://ndoc.sourceforge.net/

Henrik Söderlund
  • 4,286
  • 3
  • 26
  • 26
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
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