changeset 607 | 327f7cf13843 |
parent 539 | fb261e3a9a0f |
child 732 | 33cbc0635e92 |
0:d8b98228a327 | 1:8eeaf8767c6a |
---|---|
3 #define HUGO_SKELETON_GRAPH_H |
3 #define HUGO_SKELETON_GRAPH_H |
4 |
4 |
5 ///\file |
5 ///\file |
6 ///\brief Declaration of GraphSkeleton. |
6 ///\brief Declaration of GraphSkeleton. |
7 |
7 |
8 #include <invalid.h> |
8 #include <hugo/invalid.h> |
9 |
9 |
10 /// The namespace of HugoLib |
10 /// The namespace of HugoLib |
11 namespace hugo { |
11 namespace hugo { |
12 |
12 |
13 // @defgroup empty_graph The GraphSkeleton class |
13 // @defgroup empty_graph The GraphSkeleton class |