lemon/concepts/ugraph.h
changeset 2485 88aa7870756a
parent 2474 e6368948d5f7
child 2553 bfced05fa852
equal deleted inserted replaced
4:3117d82dadcf 5:f3f8971e428c
    28 #include <lemon/bits/utility.h>
    28 #include <lemon/bits/utility.h>
    29 
    29 
    30 namespace lemon {
    30 namespace lemon {
    31   namespace concepts {
    31   namespace concepts {
    32 
    32 
    33     /// \addtogroup graph_concepts
    33     /// \ingroup graph_concepts
    34     /// @{
       
    35     ///
    34     ///
    36     /// \brief Class describing the concept of Undirected Graphs.
    35     /// \brief Class describing the concept of Undirected Graphs.
    37     ///
    36     ///
    38     /// This class describes the common interface of all Undirected
    37     /// This class describes the common interface of all Undirected
    39     /// Graphs.
    38     /// Graphs.
   694 	}
   693 	}
   695       };
   694       };
   696 
   695 
   697     };
   696     };
   698 
   697 
   699     /// @}
       
   700 
       
   701   }
   698   }
   702 
   699 
   703 }
   700 }
   704 
   701 
   705 #endif
   702 #endif