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

Problems with enums #5

Closed yallie closed 11 years ago

yallie commented 11 years ago
  1. Enums are declared like "public sealed class Foo : Enum" instead of "public enum Foo": Screenshot
  2. Enum members include "value__" field: Screenshot
yallie commented 11 years ago

Looks like typeDefinition.IsClass returns true for enums.

marek-stoj commented 11 years ago

Thanks!