C#: Something like JAVADOC?

Hi.

I'm a Java developer and I'm in the process of learning .net.
There is some kind of documentation generator like JavaDoc

Regards


Answer this question

C#: Something like JAVADOC?

  • Adam_W

    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 


  • pecasis

    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


  • Inkyskin_UK

    Hi!

    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

  • Javier Canones

    The doxygen tool is at http://www.stack.nl/~dimitri/doxygen/, the doxygen.net site is somebody's vanity website.

  • LondonSte

    Use  NDoc
  • david.r.johnson

    Unfortunately, NDoc doesn't properly support .NET 2.0, and it is not being actively maintained.

  • C#: Something like JAVADOC?