equal
deleted
inserted
replaced
65 Here you can find several useful tools for development, |
65 Here you can find several useful tools for development, |
66 debugging and testing. |
66 debugging and testing. |
67 */ |
67 */ |
68 |
68 |
69 /** |
69 /** |
|
70 @defgroup skeletons Skeletons |
|
71 \brief Skeletons (a.k.a. concept checking classes) |
|
72 |
|
73 This group describes the data/algorithm skeletons implemented in HugoLib in |
|
74 order to make it easier to check if a certain template class or |
|
75 template function is correctly implemented. |
|
76 */ |
|
77 |
|
78 |
|
79 /** |
70 @defgroup experimental Experimental Structures and Algorithms |
80 @defgroup experimental Experimental Structures and Algorithms |
71 This group contains some Experimental structures and algorithms. |
81 This group contains some Experimental structures and algorithms. |
72 The stuff here is subject to change. |
82 The stuff here is subject to change. |
73 */ |
83 */ |
74 |
84 |