Generating doc in VS 2003
-
I've XML-documented my C# source code and specified a file in my project's
XML documentation file
property. However, doing a (successful) build doesn't appear to create the/doc
folder or the expected.htm
file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com -
I've XML-documented my C# source code and specified a file in my project's
XML documentation file
property. However, doing a (successful) build doesn't appear to create the/doc
folder or the expected.htm
file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)comRavi, You must specify a ".xml" file in the project property. VS does not generate HTML/CHM help files. When you successfully build your project, VS will automatically create an XML file at the specified location. Then you must use NDoc and specify your assembly output (DLL/EXE) and the XML file generated for that assembly. The NDoc will generate both HTML and CHM documentation for your comments in the source files. Here is a link to an excellent aricle for NDoc: http://www.codeproject.com/csharp/csharpcodedocumentation.asp[^] - Malhar
-
I've XML-documented my C# source code and specified a file in my project's
XML documentation file
property. However, doing a (successful) build doesn't appear to create the/doc
folder or the expected.htm
file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com -
I've XML-documented my C# source code and specified a file in my project's
XML documentation file
property. However, doing a (successful) build doesn't appear to create the/doc
folder or the expected.htm
file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com -
Just wish they had a 2005 version ready. And no, not a hacked together version that 'works' but a full version that is supported.
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
My Blog[^]