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>
 
I don't think there's an easy way of doing it unfortunately, but I'd very much like to know if there is :)

Well, I lie, there is NDoc, but they never finished updating that for .NET 2.0 sadly.
 
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