[Lemon-commits] [lemon_svn] alpar: r2173 - in hugo/trunk: doc lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:50:41 CET 2006


Author: alpar
Date: Sat Aug 27 13:37:05 2005
New Revision: 2173

Modified:
   hugo/trunk/doc/Doxyfile.in
   hugo/trunk/lemon/maps.h

Log:
- Doc images partly turned on again.

Modified: hugo/trunk/doc/Doxyfile.in
==============================================================================
--- hugo/trunk/doc/Doxyfile.in	(original)
+++ hugo/trunk/doc/Doxyfile.in	Sat Aug 27 13:37:05 2005
@@ -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 

Modified: hugo/trunk/lemon/maps.h
==============================================================================
--- hugo/trunk/lemon/maps.h	(original)
+++ hugo/trunk/lemon/maps.h	Sat Aug 27 13:37:05 2005
@@ -120,10 +120,10 @@
   }
 
 
-  ///\todo to document later
+  //\todo to document later
   template<typename T, T v>
   struct Const { };
-  ///\todo to document later
+  //\todo to document later
   template<typename K, typename V, V v>
   class ConstMap<K, Const<V, v> > : public MapBase<K, V>
   {



More information about the Lemon-commits mailing list