src/lemon/graph_utils.h
changeset 958 75f749682240
parent 946 c94ef40a22ce
child 964 2c0c20e90116
equal deleted inserted replaced
0:f35cf88b92a7 1:73d7ee5cf540
    19 
    19 
    20 #include <iterator>
    20 #include <iterator>
    21 
    21 
    22 #include <lemon/invalid.h>
    22 #include <lemon/invalid.h>
    23 
    23 
    24 ///\ingroup utils
    24 ///\ingroup gutils
    25 ///\file
    25 ///\file
    26 ///\brief Graph utils.
    26 ///\brief Graph utilities.
    27 ///
    27 ///
    28 
    28 
    29 
    29 
    30 namespace lemon {
    30 namespace lemon {
       
    31 
       
    32 /// \addtogroup gutils
       
    33 /// @{
    31 
    34 
    32   // counters in the graph
    35   // counters in the graph
    33   /// \brief Function to count the items in the graph.
    36   /// \brief Function to count the items in the graph.
    34   ///
    37   ///
    35   /// This function counts the items in the graph.
    38   /// This function counts the items in the graph.
   166      const EdgeBijection& getEdgeBijection() const {
   169      const EdgeBijection& getEdgeBijection() const {
   167        return edge_bijection;
   170        return edge_bijection;
   168      }
   171      }
   169      
   172      
   170    };
   173    };
   171 		   		  		 		
   174 
   172 }
   175 /// @}
       
   176   
       
   177 } //END OF NAMESPACE LEMON
   173 
   178 
   174 #endif
   179 #endif