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 concept Concept |
83 @defgroup concept Concepts |
84 \brief Skeleton classes and concept checking classes |
84 \brief Skeleton classes and concept checking classes |
85 |
85 |
86 This group describes the data/algorithm skeletons and concept checking |
86 This group describes the data/algorithm skeletons and concept checking |
87 classes implemented in LEMON. These classes exist in order to make it |
87 classes implemented in LEMON. |
88 easier to check if a certain template class or template function is |
88 |
89 correctly implemented. |
89 One aim of these classes is to make it easier to check if a certain |
|
90 class or template function is correctly implemented. |
|
91 |
|
92 The other (sometimes even more important) aim is to document the concepts. |
|
93 |
90 */ |
94 */ |
91 |
95 |
|
96 /** |
|
97 @defgroup graph_concepts Graph Structure Concepts |
|
98 @ingroup concept |
|
99 \brief Skeleton and concept checking classes for graph structures |
|
100 |
|
101 This group contains the skeletons and concept checking classes of LEMON's |
|
102 graph structures and helper classes used to implement these. |
|
103 */ |
92 |
104 |
93 /** |
105 /** |
94 @defgroup experimental Experimental Structures and Algorithms |
106 @defgroup experimental Experimental Structures and Algorithms |
95 This group contains some Experimental structures and algorithms. |
107 This group contains some Experimental structures and algorithms. |
96 The stuff here is subject to change. |
108 The stuff here is subject to change. |