home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / tools_install / doxygen-1.4.4-setup.exe / {app} / html / examples / class.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-11-14  |  153 b   |  12 lines

  1. /* A dummy class */
  2.  
  3. class Test
  4. {
  5. };
  6.  
  7. /*! \class Test class.h "inc/class.h"
  8.  *  \brief This is a test class.
  9.  *
  10.  * Some details about the Test class
  11.  */
  12.