marek-stoj / ImmDoc.NET

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#.
GNU General Public License v2.0
53 stars 11 forks source link

Custom templates #10

Open yallie opened 11 years ago

yallie commented 11 years ago

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.

yallie commented 11 years ago

Hi Marek, if you don't object to that, I'm going to implement this feature. It won't require third-party libraries, the app will remain small.

marek-stoj commented 11 years ago

Sure, it'd be a nice thing to have.