doc/groups.dox
changeset 947 93e9c45703ea
parent 921 818510fa3d99
child 959 c80ef5912903
equal deleted inserted replaced
12:2b1c7730c2d5 13:689eb4eff42a
    51 
    51 
    52 /**
    52 /**
    53 @defgroup galgs Graph Algorithms
    53 @defgroup galgs Graph Algorithms
    54 \brief This group describes the several graph algorithms
    54 \brief This group describes the several graph algorithms
    55 implemented in LEMON.
    55 implemented in LEMON.
       
    56 
       
    57 This group describes the several graph algorithms
       
    58 implemented in LEMON.
       
    59 */
       
    60 
       
    61 /**
       
    62 @defgroup gutils General Graph Utilities
       
    63 \brief This group describes some simple general graph utilities.
       
    64 @ingroup galgs
       
    65 
       
    66 This group describes some simple general graph utilities.
    56 */
    67 */
    57 
    68 
    58 /**
    69 /**
    59 @defgroup flowalgs Path and Flow Algorithms
    70 @defgroup flowalgs Path and Flow Algorithms
    60 @ingroup galgs
    71 @ingroup galgs