The Elusive NDoc for .NET 2.0
NDoc is a great, open source and free application for generating .NET documentation. Version 1.3.1 for .NET 1.1 has been very good to me in the past… but what about NDoc for .NET 2.0? It’s mysteriously missing and doesn’t seem to exist. Well, after a few Google searches I came across the Interactive Analytics Architecture blog which has links to NDoc 1.3.1 v15 source and binary for .NET 2.0!
I downloaded the binaries and it ran perfectly. Ahh, beautiful documentation!
For those of you that haven’t ever used NDoc, it’s a very easy to use documentation generator. It supports several formats such as web and desktop help.
NDoc generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or with an add-on tool for VB.NET).
NDoc uses pluggable documenters to generate documentation in several different formats, including the MSDN-style HTML Help format (.chm), the Visual Studio .NET Help format (HTML Help 2), and MSDN-online style web pages.
NDoc’s source code is freely available under a certified Open Source license. We welcome everyone to use our software in the hopes that they can provide feedback, submit bug reports and fixes, or even join us as a developer!
Posted: June 6th, 2006 under programming, c#, software.
Comments: none
Write a comment