# HG changeset patch # User alpar # Date 1125142625 0 # Node ID 93792a112fd5061d54e5fc76d103d27d0d22777c # Parent ab1e97b7b2b7abc1c85615c500e71e40ee0f90e4 - Doc images partly turned on again. diff -r ab1e97b7b2b7 -r 93792a112fd5 doc/Doxyfile.in --- a/doc/Doxyfile.in Sat Aug 27 09:32:34 2005 +0000 +++ b/doc/Doxyfile.in Sat Aug 27 11:37:05 2005 +0000 @@ -1071,7 +1071,7 @@ # inheritance and usage relations if the target is undocumented # or is not a class. -HIDE_UNDOC_RELATIONS = NO +HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization @@ -1085,7 +1085,7 @@ # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. -CLASS_GRAPH = NO +CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and diff -r ab1e97b7b2b7 -r 93792a112fd5 lemon/maps.h --- a/lemon/maps.h Sat Aug 27 09:32:34 2005 +0000 +++ b/lemon/maps.h Sat Aug 27 11:37:05 2005 +0000 @@ -120,10 +120,10 @@ } - ///\todo to document later + //\todo to document later template struct Const { }; - ///\todo to document later + //\todo to document later template class ConstMap > : public MapBase {