[Doxygen-users] Virus rejected
Brought to you by:
dimitri
From: <pos...@vo...> - 2001-12-13 18:52:55
|
Received: from [198.76.25.3] (HELO nns.voyanttech.com) by voyanttech.com (CommuniGate Pro SMTP 3.4b3) with SMTP id 1668047 for gle...@vo...; Thu, 13 Dec 2001 11:52:38 -0700 Received: from usw-sf-list1.sourceforge.net (usw-sf-fw2.sourceforge.net [216.136.171.252]) by nns.voyanttech.com (8.9.3+Sun/8.9.3) with SMTP id MAA20822 for <gle...@vo...>; Thu, 13 Dec 2001 12:54:13 -0500 (EST) Received: from localhost ([127.0.0.1] helo=usw-sf-list1.sourceforge.net) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 16Eavn-0002mk-00; Thu, 13 Dec 2001 10:50:07 -0800 Received: from gull.mail.pas.earthlink.net ([207.217.120.84] helo=gull.prod.itd.earthlink.net) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 16Eavd-0002ld-00 for <dox...@li...>; Thu, 13 Dec 2001 10:49:57 -0800 Received: from lsanca1-ar4-225-073.elnk.dsl.gtei.net ([4.33.225.73] helo=dhcppc1) by gull.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16Eavc-0002qD-00 for dox...@li...; Thu, 13 Dec 2001 10:49:56 -0800 From: Ted Drain <ted...@ea...> To: dox...@li... Message-Id: <200...@ea...> X-Mailer: Sylpheed version 0.6.5claws8 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart_Thu__13_Dec_2001_10:51:28_-0800_0821bfe8" Subject: [Doxygen-users] Patch for showing inherited members in a derived class Sender: dox...@li... Errors-To: dox...@li... X-BeenThere: dox...@li... X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: <mailto:dox...@li...?subject=help> List-Post: <mailto:dox...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/doxygen-users>, <mailto:dox...@li...?subject=subscribe> List-Id: <doxygen-users.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/doxygen-users>, <mailto:dox...@li...?subject=unsubscribe> List-Archive: <http://www.geocrawler.com/redir-sf.php3?list=doxygen-users> X-Original-Date: Thu, 13 Dec 2001 10:51:28 -0800 Date: Thu, 13 Dec 2001 10:51:28 -0800 This is a multi-part message in MIME format. --Multipart_Thu__13_Dec_2001_10:51:28_-0800_0821bfe8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 --Multipart_Thu__13_Dec_2001_10:51:28_-0800_0821bfe8 Content-Type: application/octet-stream; name="config.l-patch" Content-Disposition: attachment; FOR ANTI-VIRUS SECURITY, THIS EMAIL HAS BEEN CLEANED. REASON: THE ATTACHMENT CONTAINED AN INVALID EXTENSION OF '.l-patch' |