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

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


Author: alpar
Date: Fri Oct 29 08:04:43 2004
New Revision: 1326

Modified:
   hugo/trunk/doc/groups.dox
   hugo/trunk/src/lemon/graph_utils.h

Log:
A new doxygen group added for graph utilities.

Modified: hugo/trunk/doc/groups.dox
==============================================================================
--- hugo/trunk/doc/groups.dox	(original)
+++ hugo/trunk/doc/groups.dox	Fri Oct 29 08:04:43 2004
@@ -53,6 +53,17 @@
 @defgroup galgs Graph Algorithms
 \brief This group describes the several graph algorithms
 implemented in LEMON.
+
+This group describes the several graph algorithms
+implemented in LEMON.
+*/
+
+/**
+ at defgroup gutils General Graph Utilities
+\brief This group describes some simple general graph utilities.
+ at ingroup galgs
+
+This group describes some simple general graph utilities.
 */
 
 /**

Modified: hugo/trunk/src/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/src/lemon/graph_utils.h	(original)
+++ hugo/trunk/src/lemon/graph_utils.h	Fri Oct 29 08:04:43 2004
@@ -21,14 +21,17 @@
 
 #include <lemon/invalid.h>
 
-///\ingroup utils
+///\ingroup gutils
 ///\file
-///\brief Graph utils.
+///\brief Graph utilities.
 ///
 
 
 namespace lemon {
 
+/// \addtogroup gutils
+/// @{
+
   // counters in the graph
   /// \brief Function to count the items in the graph.
   ///
@@ -168,7 +171,9 @@
      }
      
    };
-		   		  		 		
-}
+
+/// @}
+  
+} //END OF NAMESPACE LEMON
 
 #endif



More information about the Lemon-commits mailing list