Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 6549b9d2a5249abe7bf6b58a49205570 > files > 210

doxygen-1.7.5-1.fc16.i686.rpm

/** A Test class.
 *  More details about this class.
 */

class Test
{
  public:
    /** An example member function.
     *  More details about this function.
     */
    void example();
};

void Test::example() {}

/** \example example_test.cpp
 * This is an example of how to use the Test class.
 * More details about this example.
 */