This was forgotten to add from the previous commit.
authoralpar
Sun, 19 Sep 2004 12:26:42 +0000
changeset 88246974f296c4a
parent 881 a9f19f38970b
child 883 4af619b64d98
This was forgotten to add from the previous commit.
doc/namespaces.dox
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/namespaces.dox	Sun Sep 19 12:26:42 2004 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +/// The namespace of HugoLib
     1.5 +
     1.6 +/// \todo Some more detailed description would be nice here.
     1.7 +///
     1.8 +namespace hugo {
     1.9 +
    1.10 +  /// The namespace of HUGOlib concepts and concept checking classes
    1.11 +
    1.12 +  /// \todo Some more detailed description would be nice here.
    1.13 +  ///
    1.14 +  namespace skeleton {}
    1.15 +}