NDoc

From WxWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

NDoc

You can get it here

Overview

NDoc is one of the newest documentation systems.

Designed for C#, it creates a replica of the renowned MSDN-style documentation using the new slowly-becoming-the-standard XML comments by Microsoft.

To use NDoc with C++ you need Visual Studio 2005 and you need to compile it with the common language runtime enabled (/CLR) and you need to make sure you have the flag on to generate the xml docs, of course :). You also need the CVS version of NDoc currently.

NOTE: Classes without the ref keyword prefixed to them (unmanaged) will show up as structs in NDoc