| Current Path : /usr/share/doc/doxygen-1.8.5/examples/ |
| Current File : //usr/share/doc/doxygen-1.8.5/examples/example.cpp |
/** A Test class.
* More details about this class.
*/
class Test
{
public:
/** An example member function.
* More details about this function.
*/
void example();
};
void Test::example() {}
/** \example example_test.cpp
* This is an example of how to use the Test class.
* More details about this example.
*/