src/work/marci/graph_wrapper.h
changeset 406 e8377ac921b6
parent 393 4535f78639e2
child 409 7ab7f083760a
     1.1 --- a/src/work/marci/graph_wrapper.h	Mon Apr 26 08:07:53 2004 +0000
     1.2 +++ b/src/work/marci/graph_wrapper.h	Mon Apr 26 09:00:12 2004 +0000
     1.3 @@ -7,6 +7,9 @@
     1.4  
     1.5  namespace hugo {
     1.6  
     1.7 +  /// \addtogroup gwrappers
     1.8 +  /// @{
     1.9 +
    1.10    /// Graph wrappers
    1.11  
    1.12    /// A main parts of HUGOlib are the different graph structures, 
    1.13 @@ -1538,8 +1541,10 @@
    1.14      };
    1.15    };
    1.16  
    1.17 +  ///@}
    1.18  
    1.19  } //namespace hugo
    1.20  
    1.21 +
    1.22  #endif //HUGO_GRAPH_WRAPPER_H
    1.23