doc/namespaces.dox
author hegyi
Mon, 13 Jun 2005 19:49:33 +0000
changeset 1478 bc7ae573d77d
parent 921 818510fa3d99
child 2157 f9171bfc7ebb
permissions -rw-r--r--
Known bugs are eliminated from gui, and new ones are created by changing tool selectors to special radiobuttons, and by adding edgecreation-canceller function (right-click on any group element).
     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 }