Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/examples/tag.cpp

Source at commit 1325 created 12 years 11 months ago.
By cosmo1t, added 6960
1/*! A class that is inherited from the external class Test.
2*/
3
4class Tag : public Test
5{
6 public:
7 /*! an overloaded member. */
8 void example();
9};
10

Archive Download this file

Revision: 1325