digitalmars.D.bugs - [Issue 198] New: DDoc: superclass/interface decl expansion
- d-bugmail puremagic.com (21/21) Jun 16 2006 http://d.puremagic.com/issues/show_bug.cgi?id=198
- d-bugmail puremagic.com (10/10) Nov 26 2010 http://d.puremagic.com/issues/show_bug.cgi?id=198
- d-bugmail puremagic.com (15/15) Nov 02 2012 http://d.puremagic.com/issues/show_bug.cgi?id=198
- d-bugmail puremagic.com (10/10) Nov 02 2012 http://d.puremagic.com/issues/show_bug.cgi?id=198
- d-bugmail puremagic.com (6/6) Mar 11 2013 http://d.puremagic.com/issues/show_bug.cgi?id=198
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
http://d.puremagic.com/issues/show_bug.cgi?id=198 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW CC| |andrej.mitrovich gmail.com AssignedTo|bugzilla digitalmars.com |nobody puremagic.com 01:54:21 PDT --- We could introduce DDOC_PSUPER_SYMBOL for base classes but also for enum base types. Can anyone chime in on whether this will be useful to have? I've got a pull ready if we're game. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 02 2012
http://d.puremagic.com/issues/show_bug.cgi?id=198 Jacob Carlborg <doob me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doob me.com I think this would be very useful. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 02 2012
http://d.puremagic.com/issues/show_bug.cgi?id=198 19:20:10 PDT --- https://github.com/D-Programming-Language/dmd/pull/1247 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 11 2013