# HG changeset patch # User alpar # Date 1095596802 0 # Node ID 46974f296c4ab59289afcb64539e2e2da1b2bea9 # Parent a9f19f38970bf4f9a3baa378d16485dd568e21af This was forgotten to add from the previous commit. diff -r a9f19f38970b -r 46974f296c4a doc/namespaces.dox --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/namespaces.dox Sun Sep 19 12:26:42 2004 +0000 @@ -0,0 +1,12 @@ +/// The namespace of HugoLib + +/// \todo Some more detailed description would be nice here. +/// +namespace hugo { + + /// The namespace of HUGOlib concepts and concept checking classes + + /// \todo Some more detailed description would be nice here. + /// + namespace skeleton {} +}