lemon/concepts/bpugraph.h
changeset 2493 6231d9d3957b
parent 2474 e6368948d5f7
child 2553 bfced05fa852
equal deleted inserted replaced
4:b33eb3fb88b4 5:fe0f57b78bf5
    31 #include <lemon/bits/utility.h>
    31 #include <lemon/bits/utility.h>
    32 
    32 
    33 namespace lemon {
    33 namespace lemon {
    34   namespace concepts {
    34   namespace concepts {
    35 
    35 
    36     /// \addtogroup graph_concepts
    36     /// \ingroup graph_concepts
    37     /// @{
       
    38     ///
    37     ///
    39     /// \brief Class describing the concept of Bipartite Undirected Graphs.
    38     /// \brief Class describing the concept of Bipartite Undirected Graphs.
    40     ///
    39     ///
    41     /// This class describes the common interface of all 
    40     /// This class describes the common interface of all 
    42     /// Undirected Bipartite Graphs.
    41     /// Undirected Bipartite Graphs.
   996 	}
   995 	}
   997       };
   996       };
   998 
   997 
   999     };
   998     };
  1000 
   999 
  1001 
       
  1002     /// @}
       
  1003 
       
  1004   }
  1000   }
  1005 
  1001 
  1006 }
  1002 }
  1007 
  1003 
  1008 #endif
  1004 #endif