Generating comment pages

  • Thread starter Thread starter Von Shean
  • Start date Start date
V

Von Shean

I want to generate comment pages which will contain only public functions.
The option in IDE does not have any option for it.

Can any one suggest any way/tool to do it?

Also i have a dumb question. Do these comments go into the dlls that are
generated by code that is well commented in the xml doc format?
 
Most people like NDoc much better than build comment web pages
(http://ndoc.sourceforge.net/). It may do what you want.

The comments don't do into the dlls - they just go into the .xml file. If
you name the file the same name as the assembly (ie utility.dll and
utility.xml) and put them in the same directory, intellisense in VS will
find the comments and use them.

--
Eric Gunnerson

Visit the C# product team at http://www.csharp.net
Eric's blog is at http://blogs.gotdotnet.com/ericgu/

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Thank you that was very useful. My job is done. Meanwhile i realized that
VS.NET IDE's Build Comment Web pages is quite buggy.

Regards,
 
http://ndoc.sourceforge.net/

Does anybody know if ndoc can run as a plugin for VS? A german
version is the only thing that comes up on google search for "ndoc
plugin". It'd be kindof nice to have it under VS | Tools | Ndoc

thanks in advance.
 
Back
Top