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

Fixes issues #2 and #3 #4

Closed yallie closed 11 years ago

yallie commented 11 years ago

Hi Marek, this is a fix for both issues I have reported.

yallie commented 11 years ago

Also, I added filtering out compiler-generated classes (like closures and state machines). They could show up when "includeprivatemembers" option is on.

marek-stoj commented 11 years ago

Thanks!

yallie commented 11 years ago

Thanks Marek! Please close issues #2 and #3.