Producing Professional MSDN-style Documentation with .NET and NDoc
Tired of trying to keep your documentation synchronized with the source? You can help alleviate the problem by creating professional documentation directly from the built-in XML documentation features of the C# language using the brilliant NDoc open-source application.
by Alessandro Lacava
November 3, 2005
he .NET framework provides a nice way to insert XML documentation tags inside C# source code. These tags can then be extracted to an XML file, and using NDoc, transformed into fully-functional MSDN-style documentation.
Software Needed
Before delving into the how the process works, here's a short list of the software you need to run the samples for this article:
Author's Note: If you have installed Visual Studio .NET you might already have the HTML Help Workshop installed on your machine. You can verify that by checking for the directory C:\Program Files\HTML Help Workshop.
Installing NDoc is generally very smooth, so it doesn't require any additional instructions.
It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com. Already a member?
To become a member of DevX.com create your Member Profile by completing the form below. Membership is free!