[Doxygen-users] Patch for showing inherited members in a derived class
Brought to you by:
dimitri
From: Ted D. <ted...@ea...> - 2001-12-13 18:49:57
|
Attached is a patch (for two files) that does the following: 1) Added a new configuration boolean value SHOW_INHERITED_MEMBERS 2) If this value is set to YES, the main documentation page for a derived class will show all it's members - those defined in the class plus those inherited from any base classes. In affect, this adds the items listed in the 'List of all members' link into the main docs for a class. To use the patch: 1) get the latest doxygen source from CVS 2) cd doxygen/src 3) patch < config.l-patch 4) patch < classdef.cpp-patch 5) rebuild The patches were generated from the version of doxygen in the CVS repository as of 13-dec-2001 09:00 PST. I've tested the patch for quite a few cases and it seems to work fine. If you find any problems please let me know. Dimitri: Is there any chance this capability could be incorporated in the main doxgen code? Ted |