Chameleon

Chameleon Svn Source Tree

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

Source at commit 1327 created 12 years 11 months ago.
By azimutz, Fix device id.
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: 1327