From owner-freebsd-libh Thu Apr 11 15:27:16 2002 Delivered-To: freebsd-libh@freebsd.org Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114]) by hub.freebsd.org (Postfix) with ESMTP id D438A37B47E for ; Thu, 11 Apr 2002 15:23:45 -0700 (PDT) Received: from multivac.sdsc.edu (multivac.sdsc.edu [132.249.20.57]) by postal.sdsc.edu (8.11.6/8.11.6/server/36) with ESMTP id g3BMNM713508; Thu, 11 Apr 2002 15:23:22 -0700 (PDT) Received: by multivac (8.11.6+Sun/1.11-SolarisClient) id g3BMNMJ22933; Thu, 11 Apr 2002 15:23:22 -0700 (PDT) To: freebsd-libh@FreeBSD.org Subject: add doxygen comment to HSystem.hh From: Max Okumoto Date: 11 Apr 2002 15:23:22 -0700 In-Reply-To: Max Okumoto's message of "11 Apr 2002 12:03:54 -0700" Message-ID: Lines: 25 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Add note about where function definition comes from. Index: include/HSystem.hh =================================================================== RCS file: /home/libh/cvs/libh/include/HSystem.hh,v retrieving revision 1.4 diff -u -r1.4 HSystem.hh --- include/HSystem.hh 2001/09/20 21:08:58 1.4 +++ include/HSystem.hh 2002/04/11 22:20:46 @@ -97,7 +97,13 @@ //====================================================================== -void build_systems( Systems& systems ); +/** + * @note this function is created by find_classes_descriptions.pl for + * each subsystem. + * + * @param systems A set of HSystem objects. + */ +extern void build_systems(Systems& systems); //====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message