[Issue 7688] Ddoc should give a list of inherited members

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7688

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--


[Issue 7688] Ddoc should give a list of inherited members

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7688

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|D1 & D2 |D2

--


[Issue 7688] Ddoc should give a list of inherited members

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7688


Andrej Mitrovic  changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com


--- Comment #2 from Andrej Mitrovic  2012-11-02 
01:28:10 PDT ---
I almost like Qt's documentation engine. For example:
http://qt-project.org/doc/qt-4.8/qmenubar.html

It lists overriden methods in 'Reimplemented' sections, and has a link to the
inherited class. The latter could be incorporated via Issue 198 (man that's an
ancient request).

But I would prefer if we could list inherited (non-overriden) methods in some
kind of html tree control that is minimized by default but can be expanded
rather than having to click to open the base-class page.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 7688] Ddoc should give a list of inherited members

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7688



--- Comment #1 from Stewart Gordon  2012-10-27 07:50:44 PDT ---
(In reply to comment #0)
> Currently, in case (a), the member is just listed with the new documentation. 
> But in (b) and (c), the member is just not listed.

Hang on, this doesn't make sense.  Guess I must've reordered them at some point
and inadvertently left the commentary how it was.  Should say:

Currently, in case (c), the member is just listed with the new documentation. 
But in (a) and (b), the member is just not listed.  Likewise, subsequent
references to (c) should be referring to (a).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---