Date: 11 Apr 2002 15:23:22 -0700 From: Max Okumoto <okumoto@ucsd.edu> To: freebsd-libh@FreeBSD.org Subject: add doxygen comment to HSystem.hh Message-ID: <hf3cy127tx.fsf@multivac.sdsc.edu> In-Reply-To: Max Okumoto's message of "11 Apr 2002 12:03:54 -0700"
next in thread | raw e-mail | index | archive | help
* 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hf3cy127tx.fsf>