Chameleon

Chameleon Svn Source Tree

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

Source at commit 1406 created 12 years 10 months ago.
By meklort, Revert drivers.c so that kexts are only loaded when OSBundleRequired is set and that value is not safe mode. Added some comments about it too.
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: 1406