# HG changeset patch # User alpar # Date 1095596688 0 # Node ID a9f19f38970bf4f9a3baa378d16485dd568e21af # Parent 9d0bfd35b97ccb83a4fed8b459ac5860ac7d62b2 Right (but still too short) documentation of the namespaces. diff -r 9d0bfd35b97c -r a9f19f38970b doc/Doxyfile --- a/doc/Doxyfile Fri Sep 17 15:51:50 2004 +0000 +++ b/doc/Doxyfile Sun Sep 19 12:24:48 2004 +0000 @@ -393,8 +393,10 @@ INPUT = mainpage.dox \ graphs.dox \ - maps.dox coding_style.dox \ + maps.dox \ + coding_style.dox \ groups.dox \ + namespaces.dox \ ../src/hugo \ ../src/hugo/skeletons \ ../src/test/test_tools.h diff -r 9d0bfd35b97c -r a9f19f38970b src/hugo/kruskal.h --- a/src/hugo/kruskal.h Fri Sep 17 15:51:50 2004 +0000 +++ b/src/hugo/kruskal.h Sun Sep 19 12:24:48 2004 +0000 @@ -21,7 +21,6 @@ /// ///Kruskal's algorithm to compute a minimum cost tree. -///\weakgroup spantree namespace hugo { /// \addtogroup spantree diff -r 9d0bfd35b97c -r a9f19f38970b src/hugo/skeletons/graph.h --- a/src/hugo/skeletons/graph.h Fri Sep 17 15:51:50 2004 +0000 +++ b/src/hugo/skeletons/graph.h Sun Sep 19 12:24:48 2004 +0000 @@ -9,7 +9,6 @@ #include #include -/// The namespace of HugoLib namespace hugo { namespace skeleton { diff -r 9d0bfd35b97c -r a9f19f38970b src/hugo/skeletons/maps.h --- a/src/hugo/skeletons/maps.h Fri Sep 17 15:51:50 2004 +0000 +++ b/src/hugo/skeletons/maps.h Sun Sep 19 12:24:48 2004 +0000 @@ -8,7 +8,6 @@ namespace hugo { - /// The namespace of HUGOlib concepts and concept checking classes namespace skeleton { /// \addtogroup skeletons