doc/namespaces.dox
author deba
Sun, 26 Sep 2004 21:43:38 +0000
changeset 909 6a22e0dfd453
child 921 818510fa3d99
permissions -rw-r--r--
New symmetric Graph concept.
New symmetric list and smart graph.
Symmetric Graph tests based on the Graph Tests.
     1 /// The namespace of HugoLib
     2 
     3 /// \todo Some more detailed description would be nice here.
     4 ///
     5 namespace hugo {
     6 
     7   /// The namespace of HUGOlib concepts and concept checking classes
     8 
     9   /// \todo Some more detailed description would be nice here.
    10   ///
    11   namespace skeleton {}
    12 }