The doc modules clearly needs some restructuring...
authoralpar
Mon, 26 Apr 2004 09:06:13 +0000
changeset 407e34e1bc610cf
parent 406 e8377ac921b6
child 408 cc8629dc2935
The doc modules clearly needs some restructuring...
doc/groups.dox
src/include/smart_graph.h
     1.1 --- a/doc/groups.dox	Mon Apr 26 09:00:12 2004 +0000
     1.2 +++ b/doc/groups.dox	Mon Apr 26 09:06:13 2004 +0000
     1.3 @@ -10,6 +10,6 @@
     1.4  /// @ingroup experimental
     1.5  /// This group contains several wrapper classes for graphs
     1.6  
     1.7 -/// @defgroup graphs Graph structures.
     1.8 +/// @defgroup graphs Graph structures
     1.9  /// @ingroup experimental
    1.10  /// This group describes the several graph structures implemented in HugoLib.
    1.11 \ No newline at end of file
     2.1 --- a/src/include/smart_graph.h	Mon Apr 26 09:00:12 2004 +0000
     2.2 +++ b/src/include/smart_graph.h	Mon Apr 26 09:06:13 2004 +0000
     2.3 @@ -3,6 +3,7 @@
     2.4  #ifndef HUGO_SMART_GRAPH_H
     2.5  #define HUGO_SMART_GRAPH_H
     2.6  
     2.7 +///ingroup graphs
     2.8  ///\file
     2.9  ///\brief SmartGraph and SymSmartGraph classes.
    2.10  
    2.11 @@ -13,6 +14,8 @@
    2.12  
    2.13  namespace hugo {
    2.14  
    2.15 +/// \addtogroup graphs
    2.16 +/// @{
    2.17    class SymSmartGraph;
    2.18  
    2.19    ///A smart graph class.
    2.20 @@ -589,7 +592,8 @@
    2.21  
    2.22    };
    2.23    
    2.24 -  
    2.25 +  /// @}  
    2.26 +
    2.27  } //namespace hugo
    2.28  
    2.29