| Current Path : /usr/share/doc/doxygen-1.8.5/examples/ |
| Current File : //usr/share/doc/doxygen-1.8.5/examples/tag.cpp |
/*! A class that is inherited from the external class Test.
*/
class Tag : public Test
{
public:
/*! an overloaded member. */
void example();
};