doc/groups.dox
changeset 788 c3187cafcabf
parent 774 4297098d9677
child 794 d9ec436d11fe
equal deleted inserted replaced
8:e613586a1b8d 9:ea0d99d3ffd2
    31 This group describes the data structures implemented in HugoLib in
    31 This group describes the data structures implemented in HugoLib in
    32 order to make it easier to implement combinatorial algorithms.
    32 order to make it easier to implement combinatorial algorithms.
    33 */
    33 */
    34 
    34 
    35 /**
    35 /**
       
    36 @defgroup graphmapfactory Tools to Make It Easier to Make Graph Maps
       
    37 @ingroup auxdat
       
    38 \brief Tools to Make It Easier to Make Graph Maps.
       
    39 
       
    40 This group describes the tools that makes it easier to make graph maps that
       
    41 dynamically update with the graph changes.
       
    42 */
       
    43 
       
    44 /**
    36 @defgroup gwrappers Wrapper Classes for Graphs
    45 @defgroup gwrappers Wrapper Classes for Graphs
    37 \brief This group contains several wrapper classes for graphs
    46 \brief This group contains several wrapper classes for graphs
    38 @ingroup graphs
    47 @ingroup graphs
    39 */
    48 */
    40 
    49