home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / doxg1211.zip / doxygen.zip / examples / example_test.cpp < prev    next >
C/C++ Source or Header  |  1999-12-04  |  41b  |  6 lines

  1. void main()
  2. {
  3.   Test t;
  4.   t.example();
  5. }
  6.