[Lemon-commits] [lemon_svn] alpar: r540 - in hugo/trunk: doc src/include

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:05 CET 2006


Author: alpar
Date: Mon Apr 26 11:06:13 2004
New Revision: 540

Modified:
   hugo/trunk/doc/groups.dox
   hugo/trunk/src/include/smart_graph.h

Log:
The doc modules clearly needs some restructuring...


Modified: hugo/trunk/doc/groups.dox
==============================================================================
--- hugo/trunk/doc/groups.dox	(original)
+++ hugo/trunk/doc/groups.dox	Mon Apr 26 11:06:13 2004
@@ -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

Modified: hugo/trunk/src/include/smart_graph.h
==============================================================================
--- hugo/trunk/src/include/smart_graph.h	(original)
+++ hugo/trunk/src/include/smart_graph.h	Mon Apr 26 11:06:13 2004
@@ -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
 
 



More information about the Lemon-commits mailing list