[Issue 198] New: DDoc: superclass/interface decl expansion

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 16 01:27:34 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=198

           Summary: DDoc: superclass/interface decl expansion
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: someidiot at earthlink.net


would be very useful if the superclass/interface decls were each expanded as a
symbol, and be a distinct symbol from the class decl. This would enable
documentation to hyperlink components of the inheritance tree; particularly
useful in conjunction with CandyDoc.

For example: 

class Foo : Bar, IFoo, IWumpus

would expand a DDOC_PSYMBOL for 'Foo' (as it does today), plus three
DDOC_SUPER_SYMBOL for 'Bar' 'IFoo' and 'IWumpus'


-- 




More information about the Digitalmars-d-bugs mailing list