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

  1. /** \file file.h
  2.  * A brief file description.
  3.  * A more elaborated file description.
  4.  */
  5.  
  6. /**
  7.  * A global integer value.
  8.  * More details about this value.
  9.  */
  10. extern int globalValue;
  11.