Generation of HTML documentation in VS 2005 RTM

  • Thread starter Thread starter Gawel
  • Start date Start date
G

Gawel

Hajo,

I can not find any menu item that allows me to generate HTML
documentation from
my project. I am blind or there is nothing like that.

thanks for any info

Pawel Pabich
 
Pawel,

There isn't one. You have to set the property in the project properties
which will output the doc file (it corresponds to the /doc switch on the
compiler). This will generate the XML file. You then have to run that file
through some sort of transformation (NDoc does this) to produce the XML.

There is a plug-in that you can get for VS.NET which will do some of
this for you. You can get it at (watch for line wrap):

http://www.visualstudiohacks.com/CRDocumentor

Hope this helps.
 
Back
Top