Visual Studio 2k5 HTML Help

Associate
Joined
1 Feb 2006
Posts
1,868
Location
Reading
Hi can anyone help me out.

How can i compile my summary comments into an html help file?

Code:
///<summary>text</summary>
///<param name="balh">text</param>
 
Thanks for reply, I found an updated version of nDoc which can work on .net 2.0 framework. It does work however it is ommitting some class information despite it all being in the xml file :(
 
Back
Top Bottom