[Lemon-commits] [lemon_svn] deba: r2748 - hugo/trunk/lemon

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


Author: deba
Date: Mon May 15 11:46:33 2006
New Revision: 2748

Modified:
   hugo/trunk/lemon/graph_writer.h

Log:
Writing only not empty sections



Modified: hugo/trunk/lemon/graph_writer.h
==============================================================================
--- hugo/trunk/lemon/graph_writer.h	(original)
+++ hugo/trunk/lemon/graph_writer.h	Mon May 15 11:46:33 2006
@@ -16,7 +16,7 @@
  *
  */
 
-///\ingroup io_group
+///\ingroup lemon_io
 ///\file
 ///\brief Lemon Graph Format writer.
 ///
@@ -31,7 +31,7 @@
 
 namespace lemon {
 
-  /// \addtogroup io_group
+  /// \addtogroup lemon_io
   /// @{
 
   /// \brief The graph writer class.



More information about the Lemon-commits mailing list