src/lemon/graph_utils.h
changeset 947 93e9c45703ea
parent 946 c94ef40a22ce
child 964 2c0c20e90116
     1.1 --- a/src/lemon/graph_utils.h	Wed Oct 27 22:38:50 2004 +0000
     1.2 +++ b/src/lemon/graph_utils.h	Fri Oct 29 06:04:43 2004 +0000
     1.3 @@ -21,14 +21,17 @@
     1.4  
     1.5  #include <lemon/invalid.h>
     1.6  
     1.7 -///\ingroup utils
     1.8 +///\ingroup gutils
     1.9  ///\file
    1.10 -///\brief Graph utils.
    1.11 +///\brief Graph utilities.
    1.12  ///
    1.13  
    1.14  
    1.15  namespace lemon {
    1.16  
    1.17 +/// \addtogroup gutils
    1.18 +/// @{
    1.19 +
    1.20    // counters in the graph
    1.21    /// \brief Function to count the items in the graph.
    1.22    ///
    1.23 @@ -168,7 +171,9 @@
    1.24       }
    1.25       
    1.26     };
    1.27 -		   		  		 		
    1.28 -}
    1.29 +
    1.30 +/// @}
    1.31 +  
    1.32 +} //END OF NAMESPACE LEMON
    1.33  
    1.34  #endif