Chameleon

Chameleon Svn Source Tree

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

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
1/** A Test class.
2 * More details about this class.
3 */
4
5class Test
6{
7 public:
8 /** An example member function.
9 * More details about this function.
10 */
11 void example();
12};
13
14void Test::example() {}
15
16/** \example example_test.cpp
17 * This is an example of how to use the Test class.
18 * More details about this example.
19 */
20

Archive Download this file

Revision: 1322