doc/namespaces.dox
author alpar
Sat, 03 Mar 2007 12:05:05 +0000
changeset 2389 df6a32249b46
parent 2157 f9171bfc7ebb
child 2391 14a343be7a5a
permissions -rw-r--r--
arg_parser.h: A command line argument parser.
dist_log.h: A tool for measuring one and two dimensional distributions.
     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 }