Menu

#188 Invalid link generated for reference to system enum field

v1.2
open
5
2004-02-02
2003-08-23
No

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).

Discussion

  • Kevin Downs

    Kevin Downs - 2004-02-02
    • assigned_to: nobody --> kdowns
     
  • Kevin Downs

    Kevin Downs - 2005-05-26

    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...

     

Log in to post a comment.