# HG changeset patch # User alpar # Date 1082970373 0 # Node ID e34e1bc610cfa5957feb189cc60ae2ded7a57c05 # Parent e8377ac921b6dc35bce27b29a7e3382fae9d270d The doc modules clearly needs some restructuring... diff -r e8377ac921b6 -r e34e1bc610cf doc/groups.dox --- a/doc/groups.dox Mon Apr 26 09:00:12 2004 +0000 +++ b/doc/groups.dox Mon Apr 26 09:06:13 2004 +0000 @@ -10,6 +10,6 @@ /// @ingroup experimental /// This group contains several wrapper classes for graphs -/// @defgroup graphs Graph structures. +/// @defgroup graphs Graph structures /// @ingroup experimental /// This group describes the several graph structures implemented in HugoLib. \ No newline at end of file diff -r e8377ac921b6 -r e34e1bc610cf src/include/smart_graph.h --- a/src/include/smart_graph.h Mon Apr 26 09:00:12 2004 +0000 +++ b/src/include/smart_graph.h Mon Apr 26 09:06:13 2004 +0000 @@ -3,6 +3,7 @@ #ifndef HUGO_SMART_GRAPH_H #define HUGO_SMART_GRAPH_H +///ingroup graphs ///\file ///\brief SmartGraph and SymSmartGraph classes. @@ -13,6 +14,8 @@ namespace hugo { +/// \addtogroup graphs +/// @{ class SymSmartGraph; ///A smart graph class. @@ -589,7 +592,8 @@ }; - + /// @} + } //namespace hugo