src/work/marci/graph_wrapper.h
changeset 407 e34e1bc610cf
parent 393 4535f78639e2
child 409 7ab7f083760a
equal deleted inserted replaced
48:4faeab0b4db5 49:54f006427391
     4 
     4 
     5 #include <invalid.h>
     5 #include <invalid.h>
     6 #include <iter_map.h>
     6 #include <iter_map.h>
     7 
     7 
     8 namespace hugo {
     8 namespace hugo {
       
     9 
       
    10   /// \addtogroup gwrappers
       
    11   /// @{
     9 
    12 
    10   /// Graph wrappers
    13   /// Graph wrappers
    11 
    14 
    12   /// A main parts of HUGOlib are the different graph structures, 
    15   /// A main parts of HUGOlib are the different graph structures, 
    13   /// generic graph algorithms, graph concepts which couple these, and 
    16   /// generic graph algorithms, graph concepts which couple these, and 
  1536 	}
  1539 	}
  1537       }
  1540       }
  1538     };
  1541     };
  1539   };
  1542   };
  1540 
  1543 
       
  1544   ///@}
  1541 
  1545 
  1542 } //namespace hugo
  1546 } //namespace hugo
  1543 
  1547 
       
  1548 
  1544 #endif //HUGO_GRAPH_WRAPPER_H
  1549 #endif //HUGO_GRAPH_WRAPPER_H
  1545 
  1550