doc/namespaces.dox
author alpar
Thu, 07 Oct 2004 07:39:42 +0000
changeset 939 1559584ca634
parent 882 46974f296c4a
child 959 c80ef5912903
permissions -rw-r--r--
- Change version 0.2 -> 0.3
- Doxyfile change for right #include< >'s (in Doxygen 1.9 only)
     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 skeleton {}
    12 }