equal
deleted
inserted
replaced
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 |