Orb/Doxygen/examples/file.h
changeset 0 42188c7ea2d9
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     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;