You can look at ndoc http://ndoc.sourceforge.net/
Basically, you need to include XML documentation in your project properties. Therefore, right-click on your project, select properties, go to the Build tab and select the XMLDocumentation check box.
This creates an xml file (not html). Then you need to convert (or parse) the xml file using the XSLT stylesheet. This is where nDoc comes from.
source share