doc/groups.dox
changeset 762 511200bdb71f
parent 678 a6bfd3346245
child 774 4297098d9677
equal deleted inserted replaced
6:6b9b97effb86 7:364204f9a2ea
    43 \brief This group describes the several graph algorithms
    43 \brief This group describes the several graph algorithms
    44 implemented in HugoLib.
    44 implemented in HugoLib.
    45 */
    45 */
    46 
    46 
    47 /**
    47 /**
    48 @defgroup spantree Minimum Cost Spanning Tree Algorithms
    48 @defgroup flowalgs Path and Flow Algorithms
    49 \brief This group containes the algorithms for finding a minimum cost spanning
       
    50 tree in a graph
       
    51 @ingroup galgs
    49 @ingroup galgs
       
    50 \brief This group describes the algorithms
       
    51 for finding paths and flows in graphs.
    52 */
    52 */
    53 
    53 
    54 /**
    54 /**
    55 @defgroup misc Miscellaneous Tools
    55 @defgroup misc Miscellaneous Tools
    56 Here you can find several useful tools for development,
    56 Here you can find several useful tools for development,