doc/namespaces.dox
author marci
Mon, 20 Sep 2004 17:53:33 +0000
changeset 890 3a48bc350e0f
child 921 818510fa3d99
permissions -rw-r--r--
Specialized ConstMap for defining constant maps at compile time, by klao.
Time comparision of the generic and specialized maps.
     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 }