Right (but still too short) documentation of the namespaces.
1.1 --- a/doc/Doxyfile Fri Sep 17 15:51:50 2004 +0000
1.2 +++ b/doc/Doxyfile Sun Sep 19 12:24:48 2004 +0000
1.3 @@ -393,8 +393,10 @@
1.4
1.5 INPUT = mainpage.dox \
1.6 graphs.dox \
1.7 - maps.dox coding_style.dox \
1.8 + maps.dox \
1.9 + coding_style.dox \
1.10 groups.dox \
1.11 + namespaces.dox \
1.12 ../src/hugo \
1.13 ../src/hugo/skeletons \
1.14 ../src/test/test_tools.h
2.1 --- a/src/hugo/kruskal.h Fri Sep 17 15:51:50 2004 +0000
2.2 +++ b/src/hugo/kruskal.h Sun Sep 19 12:24:48 2004 +0000
2.3 @@ -21,7 +21,6 @@
2.4 ///
2.5 ///Kruskal's algorithm to compute a minimum cost tree.
2.6
2.7 -///\weakgroup spantree
2.8 namespace hugo {
2.9
2.10 /// \addtogroup spantree
3.1 --- a/src/hugo/skeletons/graph.h Fri Sep 17 15:51:50 2004 +0000
3.2 +++ b/src/hugo/skeletons/graph.h Sun Sep 19 12:24:48 2004 +0000
3.3 @@ -9,7 +9,6 @@
3.4 #include <hugo/invalid.h>
3.5 #include <hugo/skeletons/maps.h>
3.6
3.7 -/// The namespace of HugoLib
3.8 namespace hugo {
3.9 namespace skeleton {
3.10
4.1 --- a/src/hugo/skeletons/maps.h Fri Sep 17 15:51:50 2004 +0000
4.2 +++ b/src/hugo/skeletons/maps.h Sun Sep 19 12:24:48 2004 +0000
4.3 @@ -8,7 +8,6 @@
4.4
4.5 namespace hugo {
4.6
4.7 - /// The namespace of HUGOlib concepts and concept checking classes
4.8 namespace skeleton {
4.9
4.10 /// \addtogroup skeletons