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#.
Templates are currently defined in resources. It shouldn't be very hard to extract resources from a given ZIP file instead of the manifest resource stream.
It would be great to be able to plug in custom templates:
ImmDocNet.exe -iim Zyan.Communication.dll -template:msdn2012.zip
Templates are currently defined in resources. It shouldn't be very hard to extract resources from a given ZIP file instead of the manifest resource stream.