ImmDoc.NET
ImmDoc.NET copied to clipboard
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#.
Hi, It would be great if your application could support C++ XML Comments aswell. Thanks ~Athesis
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...
I caught the following exception when the file is processed with the documentation: ``` Unhandled exception: System.NullReferenceException: at Imm.ImmDocNetLib.MyReflection.MetaClasses.MyAssemblyInfo.ProcessMemberNode(XPathNavigator memberNodeNavigator, XPathNavigator docNavigator) at Imm.ImmDocNetLib.MyReflection.MetaClasses.MyAssemblyInfo.ReadXmlDocumentation(String xmlDocPath) at Imm.ImmDocNetLib.AssembliesInfo.ReadMyAssemblyInfoFromXmlDocumentation(String xmlDocPath) at Imm.ImmDocNet.Program.ProcessFilesNames(List`1...