doc/groups.dox
changeset 1110 ba28dfbea5f2
parent 1030 c8a41699e613
child 1151 b217fc69f913
equal deleted inserted replaced
15:eb6dd964b2e0 16:d721bd17dcac
    21 and the large variety of \ref gwrappers "graph wrappers".
    21 and the large variety of \ref gwrappers "graph wrappers".
    22 
    22 
    23 You are free to use the graph structure that fit your requirements
    23 You are free to use the graph structure that fit your requirements
    24 the best, most graph algorithms and auxiliary data structures can be used
    24 the best, most graph algorithms and auxiliary data structures can be used
    25 with any graph structures.
    25 with any graph structures.
       
    26 */
       
    27 
       
    28 /**
       
    29 @defgroup maps Maps 
       
    30 @ingroup datas
       
    31 \brief Some special purpose map to make life easier.
       
    32 
       
    33 LEMON provides several special maps that e.g. combine
       
    34 new maps from existing ones.
    26 */
    35 */
    27 
    36 
    28 /**
    37 /**
    29 @defgroup auxdat Auxiliary Data Structures
    38 @defgroup auxdat Auxiliary Data Structures
    30 @ingroup datas
    39 @ingroup datas