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
alpar@882
     1
/// The namespace of HugoLib
alpar@882
     2
alpar@882
     3
/// \todo Some more detailed description would be nice here.
alpar@882
     4
///
alpar@882
     5
namespace hugo {
alpar@882
     6
alpar@882
     7
  /// The namespace of HUGOlib concepts and concept checking classes
alpar@882
     8
alpar@882
     9
  /// \todo Some more detailed description would be nice here.
alpar@882
    10
  ///
alpar@882
    11
  namespace skeleton {}
alpar@882
    12
}