Return to Snippet

Revision: 754
at August 3, 2006 20:41 by yuconner


Updated Code
/** @name One example group
 * 
 */
//{@
	void function_example();
	int example;
//@}

Revision: 753
at August 3, 2006 20:33 by yuconner


Initial Code
/** @name One example group
 * 
 */
//{@
	void function_example();
	int example;
//@}

Initial URL


Initial Description
For use with Doxygen

Initial Title
How to group some member functions and/or vars (with doxygen)

Initial Tags


Initial Language
C++