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

Fix for #5 and Mono.Cecil upgrade. #6

Closed yallie closed 11 years ago

yallie commented 11 years ago

Hi Marek, this fixes #5 bug with enums.

Also, Mono.Cecil library is upgraded to version 0.9.5.4. It's a bit smaller and significantly faster, with a few minor API changes: https://github.com/jbevain/cecil/wiki/Migration

Fix for Lists.xslt makes lists appear more like Sandcastle: Screenshot