doc/namespaces.dox
author deba
Fri, 03 Nov 2006 16:29:32 +0000
changeset 2293 1ee6e8788cc7
parent 2157 f9171bfc7ebb
child 2391 14a343be7a5a
permissions -rw-r--r--
First implementation of the static graph class
It could be improved to get better running times on benchmarks
     1 /// The namespace of LEMON
     2 
     3 /// The namespace of LEMON
     4 ///
     5 namespace lemon {
     6 
     7   /// The namespace of LEMON concepts and concept checking classes
     8 
     9   /// The namespace of LEMON concepts and concept checking classes
    10   ///
    11   namespace concepts {}
    12 }