doc/graph-adaptors.dox
changeset 1963 f1ace6d02a32
parent 1401 9588dcef6793
child 2084 59769591eb60
equal deleted inserted replaced
0:7e80000c649c 1:150b65f0277e
     1 /**
     1 /**
     2    @defgroup graph_adaptors Adaptor Classes for Graphs
     2    @defgroup graph_adaptors Adaptor Classes for Graphs
       
     3    @ingroup graphs
     3    \brief This group contains several adaptor classes for graphs
     4    \brief This group contains several adaptor classes for graphs
     4    @ingroup graphs
       
     5    
     5    
     6    The main parts of LEMON are the different graph structures, 
     6    The main parts of LEMON are the different graph structures, 
     7    generic graph algorithms, graph concepts which couple these, and 
     7    generic graph algorithms, graph concepts which couple these, and 
     8    graph adaptors. While the previous notions are more or less clear, the 
     8    graph adaptors. While the previous notions are more or less clear, the 
     9    latter one needs further explanation. 
     9    latter one needs further explanation.