Project Description

ImmDoc .NET is a command-line utility for generating HTML documentation from a set of .NET assemblies and XML files created by the compiler. It's developed in C#.
  • Simple
  • Light-weight
  • Supports .NET Framework 2.0
  • Can generate HTML and CHM documentation
  • Uses Mono.Cecil

The distinguishing feature of ImmDoc.NET is that unlike Sandcastle or NDoc it doesn't require you to have all referenced assemblies. That is, if you have a class C1 in assembly A and a class C2 in assembly B and the class C1 has a field of type C2, then you don't need to have the DLL file with the assembly B to generate documentation.

You can also read an article about ImmDoc.NET at CodeProject: http://www.codeproject.com/KB/dotnet/ImmDocNet.aspx (note however that it may be a little outdated).
Last edited Aug 2 2009 at 10:40 AM by Imm0rt4l, version 9

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2010 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2010.1.12.16187