diff -r 932c358ece3e -r d8fccb2cd802 Orb/Doxygen/examples/file.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/examples/file.h Fri Apr 23 20:47:58 2010 +0100 @@ -0,0 +1,10 @@ +/** \file file.h + * A brief file description. + * A more elaborated file description. + */ + +/** + * A global integer value. + * More details about this value. + */ +extern int globalValue;