digitalmars.D.bugs - [Issue 198] New: DDoc: superclass/interface decl expansion
- d-bugmail puremagic.com Jun 16 2006
- d-bugmail puremagic.com Nov 26 2010
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 digitalmars.com ReportedBy: someidiot 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' --
Jun 16 2006
http://d.puremagic.com/issues/show_bug.cgi?id=198 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei metalanguage.com AssignedTo|nobody puremagic.com |bugzilla digitalmars.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 26 2010








d-bugmail puremagic.com