Chameleon

Chameleon Svn Source Tree

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

Source at commit 1349 created 12 years 10 months ago.
By meklort, Rename tar.gz to tgz
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: 1349