doc/namespaces.dox
author alpar
Thu, 12 Oct 2006 10:56:26 +0000
changeset 2237 5674a5983e1e
parent 959 c80ef5912903
child 2260 4274224f8a7d
permissions -rw-r--r--
Improve the configuration environment / repository layout:
- Update README
- svn-head -> svnhead version tag change (in favor of rpm build)
- rpmbuild-glpk: a script to build glpk rpm.
     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 concept {}
    12 }