doc/namespaces.dox
author alpar
Thu, 23 Sep 2004 15:09:55 +0000
changeset 907 df8472ab5d4a
child 921 818510fa3d99
permissions -rw-r--r--
I forgot to apply
for i in `ls *.h`; do rpl template.h $i $i; done
in src/hugo/attic
     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 }