That URL wasn't working for me. In any case Microsoft is planning to release a version of our in-house doc-generating tool (that supports 2.0) sometime in the next few months. Updates and announcements will be posted on the Developer Documentation and Help System Forum at http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=66&SiteID=1
I'm programming C++ and are using doxygen (www.doxygen.net). The tools is almost the same as javadoc, but I'm not sure if C# is supported, too. Just have a look at the homepage.
C#: Something like JAVADOC?
MichaelJosten
That URL wasn't working for me. In any case Microsoft is planning to release a version of our in-house doc-generating tool (that supports 2.0) sometime in the next few months. Updates and announcements will be posted on the Developer Documentation and Help System Forum at http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=66&SiteID=1
Michael Blome
Visual C# Documentation Team
istrasci
AndrewBadera
Rohit Nayak
I'm programming C++ and are using doxygen (www.doxygen.net). The tools is almost the same as javadoc, but I'm not sure if C# is supported, too. Just have a look at the homepage.
Regards, Ingo
Mark Durley
AFAIK - NDoc is the only reasonable option currently available.
Regarding .NET 2.0 - take a read http://ndoc.sourceforge.net/wiki/dotNet_2.0_Support
Tejas Zaveri