NDoc currently generates an invalid link (href) for a
system enum field.
The .NET SDK does not a separate page for each field
for a class, but it does not contain a separate page for
each field of an enum. NDoc treats these the same for
references to system types/member.
I'm not sure if this can be fixed, as NDoc currently has
no way of knowing if a reference to a system field is
actually a reference to a field of an enum or not, but I'm
submitting this bug report anyway.
Perhaps someone can come up with a workaround/fix for
this (without using reflection).
Logged In: YES
user_id=919791
Update Note: This will not be an issue in HtmlHelp2 for .Net
2.0 as MS have upgraded the associative links for
enumeration topics to include the individual members...