home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / doxg1211.zip / doxygen.zip / examples / author.cpp < prev    next >
C/C++ Source or Header  |  2000-04-02  |  506b  |  15 lines

  1. /*! \class WindowsNT
  2.  *  \brief Windows Nice Try.
  3.  *  \author Bill Gates
  4.  *  \author Several species of small furry animals gathered together 
  5.  *          in a cave and grooving with a pict.
  6.  *  \version 4.0
  7.  *  \date    1996-1998
  8.  *  \bug It crashes a lot and requires huge amounts of memory.
  9.  *  \bug The class introduces the more bugs, the longer it is used.
  10.  *  \warning This class may explode in your face.
  11.  *  \warning If you inherit anything from this class, you're doomed.
  12.  */
  13.  
  14. class WindowsNT {};
  15.