[Lemon-commits] [lemon_svn] deba: r2218 - hugo/trunk/lemon

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


Author: deba
Date: Fri Sep 30 15:13:42 2005
New Revision: 2218

Modified:
   hugo/trunk/lemon/full_graph.h
   hugo/trunk/lemon/list_graph.h
   hugo/trunk/lemon/smart_graph.h

Log:
Correcting the names in the \files documentation.



Modified: hugo/trunk/lemon/full_graph.h
==============================================================================
--- hugo/trunk/lemon/full_graph.h	(original)
+++ hugo/trunk/lemon/full_graph.h	Fri Sep 30 15:13:42 2005
@@ -32,7 +32,7 @@
 
 ///\ingroup graphs
 ///\file
-///\brief FullGraph and SymFullGraph classes.
+///\brief FullGraph and UndirFullGraph classes.
 
 
 namespace lemon {

Modified: hugo/trunk/lemon/list_graph.h
==============================================================================
--- hugo/trunk/lemon/list_graph.h	(original)
+++ hugo/trunk/lemon/list_graph.h	Fri Sep 30 15:13:42 2005
@@ -19,7 +19,7 @@
 
 ///\ingroup graphs
 ///\file
-///\brief ListGraph, SymListGraph classes.
+///\brief ListGraph, UndirListGraph classes.
 
 #include <lemon/bits/erasable_graph_extender.h>
 #include <lemon/bits/clearable_graph_extender.h>

Modified: hugo/trunk/lemon/smart_graph.h
==============================================================================
--- hugo/trunk/lemon/smart_graph.h	(original)
+++ hugo/trunk/lemon/smart_graph.h	Fri Sep 30 15:13:42 2005
@@ -19,7 +19,7 @@
 
 ///\ingroup graphs
 ///\file
-///\brief SmartGraph and SymSmartGraph classes.
+///\brief SmartGraph and UndirSmartGraph classes.
 
 #include <vector>
 



More information about the Lemon-commits mailing list