Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
June 16, 2006 [Issue 198] New: DDoc: superclass/interface decl expansion | ||||
---|---|---|---|---|
| ||||
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' -- |
November 26, 2010 [Issue 198] DDoc: superclass/interface decl expansion | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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: ------- |
November 02, 2012 [Issue 198] DDoc: superclass/interface decl expansion | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-11-02 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: ------- |
November 02, 2012 [Issue 198] DDoc: superclass/interface decl expansion | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=198 Jacob Carlborg <doob@me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doob@me.com --- Comment #2 from Jacob Carlborg <doob@me.com> 2012-11-02 11:03:34 PDT --- I think this would be very useful. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 12, 2013 [Issue 198] DDoc: superclass/interface decl expansion | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=198 --- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-03-11 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: ------- |
Copyright © 1999-2021 by the D Language Foundation