| changeset 885 | 5e59c44b6ba2 |
| parent 880 | 9d0bfd35b97c |
| child 906 | 17f31d280385 |
| 8:3850a8bdf285 | 9:110eb332f602 |
|---|---|
7 ///\brief Declaration of Graph. |
7 ///\brief Declaration of Graph. |
8 |
8 |
9 #include <hugo/invalid.h> |
9 #include <hugo/invalid.h> |
10 #include <hugo/skeletons/maps.h> |
10 #include <hugo/skeletons/maps.h> |
11 |
11 |
12 /// The namespace of HugoLib |
|
13 namespace hugo { |
12 namespace hugo { |
14 namespace skeleton { |
13 namespace skeleton { |
15 |
14 |
16 /// \addtogroup skeletons |
15 /// \addtogroup skeletons |
17 /// @{ |
16 /// @{ |