doc/groups.dox
changeset 959 c80ef5912903
parent 947 93e9c45703ea
child 1030 c8a41699e613
equal deleted inserted replaced
13:689eb4eff42a 14:a1026f10dcd9
    78 Here you can find several useful tools for development,
    78 Here you can find several useful tools for development,
    79 debugging and testing.
    79 debugging and testing.
    80 */
    80 */
    81 
    81 
    82 /**
    82 /**
    83 @defgroup skeletons Skeletons
    83 @defgroup concept Concept
    84 \brief Skeletons (a.k.a. concept checking classes)
    84 \brief Skeleton classes and concept checking classes
    85 
    85 
    86 This group describes the data/algorithm skeletons implemented in LEMON in
    86 This group describes the data/algorithm skeletons and concept checking
    87 order to make it easier to check if a certain template class or
    87 classes implemented in LEMON. These classes exist in order to make it
    88 template function is correctly implemented.
    88 easier to check if a certain template class or template function is
       
    89 correctly implemented.
    89 */
    90 */
    90 
    91 
    91 
    92 
    92 /**
    93 /**
    93 @defgroup experimental Experimental Structures and Algorithms
    94 @defgroup experimental Experimental Structures and Algorithms