doc/namespaces.dox
author klao
Sun, 19 Sep 2004 15:24:56 +0000
changeset 885 5e59c44b6ba2
child 921 818510fa3d99
permissions -rw-r--r--
Kruskal cleanup:
- resolved the NonConstMapWr bug
- docs added for NonConstMapWr and KruskalSequenceOut
     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 }