Chameleon

Chameleon Svn Source Tree

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

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
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: 1322