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'
Comment #1 by andrej.mitrovich — 2012-11-02T01:54:21Z
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.
Comment #2 by doob — 2012-11-02T11:03:34Z
I think this would be very useful.
Comment #3 by andrej.mitrovich — 2013-03-11T19:20:10Z