equal
deleted
inserted
replaced
|
1 /// @defgroup misc Miscellaneous tools |
|
2 /// Here you can find several useful tools for development, |
|
3 /// debugging and testing. |
1 |
4 |
2 /// @defgroup experimental Experimental structures and algorithms |
5 /// @defgroup experimental Experimental structures and algorithms |
3 /// This group contains some Experimental structures and algorithms. |
6 /// This group contains some Experimental structures and algorithms. |
4 /// The stuffs here are subject to change. |
7 /// The stuffs here are subject to change. |
5 |
|
6 /// \ingroup experimental |
|
7 namespace hugo { } |
|
8 |
8 |
9 /// @defgroup gwrappers Wrapper classes for graphs |
9 /// @defgroup gwrappers Wrapper classes for graphs |
10 /// @ingroup experimental |
10 /// @ingroup experimental |
11 /// This group contains several wrapper classes for graphs |
11 /// This group contains several wrapper classes for graphs |
12 |
12 |
13 /// @defgroup graphs Graph structures |
13 /// @defgroup graphs Graph structures |
14 /// @ingroup experimental |
14 /// @ingroup experimental |
15 /// This group describes the several graph structures implemented in HugoLib. |
15 /// This group describes the several graph structures implemented in HugoLib. |
|
16 |
|
17 /// \ingroup misc experimental |
|
18 namespace hugo { } |