Processing XML help files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I understand how to comment C# source with XML comments, and generate these
to an output file.

There must be a set of available tools to then take all these XML files and
generate a fully formatted and indexed series of HTML files for access
through Web browsers.

Can someone provide some references??

Thanks
 
You can try the free utiltiy called NDoc, that takes your assembly and XML
comments file and generates both a set of HTML help pages as well as a .chm
help file. If you scoot over to sourceforge.com and search you will find the
NDoc project and so can download the latest version.

Phil Wright
Follow my startup microISV at...
http://componentfactory.blogspot.com
 
Just what I'm looking for .... thanks.

Phil Wright said:
You can try the free utiltiy called NDoc, that takes your assembly and XML
comments file and generates both a set of HTML help pages as well as a .chm
help file. If you scoot over to sourceforge.com and search you will find the
NDoc project and so can download the latest version.

Phil Wright
Follow my startup microISV at...
http://componentfactory.blogspot.com
 
Back
Top