- Doc images partly turned on again.
1.1 --- a/doc/Doxyfile.in Sat Aug 27 09:32:34 2005 +0000
1.2 +++ b/doc/Doxyfile.in Sat Aug 27 11:37:05 2005 +0000
1.3 @@ -1071,7 +1071,7 @@
1.4 # inheritance and usage relations if the target is undocumented
1.5 # or is not a class.
1.6
1.7 -HIDE_UNDOC_RELATIONS = NO
1.8 +HIDE_UNDOC_RELATIONS = YES
1.9
1.10 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1.11 # available from the path. This tool is part of Graphviz, a graph visualization
1.12 @@ -1085,7 +1085,7 @@
1.13 # indirect inheritance relations. Setting this tag to YES will force the
1.14 # the CLASS_DIAGRAMS tag to NO.
1.15
1.16 -CLASS_GRAPH = NO
1.17 +CLASS_GRAPH = YES
1.18
1.19 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1.20 # will generate a graph for each documented class showing the direct and
2.1 --- a/lemon/maps.h Sat Aug 27 09:32:34 2005 +0000
2.2 +++ b/lemon/maps.h Sat Aug 27 11:37:05 2005 +0000
2.3 @@ -120,10 +120,10 @@
2.4 }
2.5
2.6
2.7 - ///\todo to document later
2.8 + //\todo to document later
2.9 template<typename T, T v>
2.10 struct Const { };
2.11 - ///\todo to document later
2.12 + //\todo to document later
2.13 template<typename K, typename V, V v>
2.14 class ConstMap<K, Const<V, v> > : public MapBase<K, V>
2.15 {