doc/namespaces.dox
author ladanyi
Tue, 05 Apr 2005 22:37:19 +0000
changeset 1308 0274efa2222f
parent 921 818510fa3d99
child 2157 f9171bfc7ebb
permissions -rw-r--r--
Applied the changes which somehow vanished during my last merge. Thanks goes
to Marci for noticing this. In detail:
- added amsmath and amssymb latex packages for latex documentation
- src/demo is also scanned for doxygen input files
     1 /// The namespace of LEMON
     2 
     3 /// \todo Some more detailed description would be nice here.
     4 ///
     5 namespace lemon {
     6 
     7   /// The namespace of LEMON concepts and concept checking classes
     8 
     9   /// \todo Some more detailed description would be nice here.
    10   ///
    11   namespace concept {}
    12 }