src/hugo/skeletons/graph.h
changeset 888 cc3590763f7f
parent 880 9d0bfd35b97c
child 906 17f31d280385
equal deleted inserted replaced
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     /// @{