[Lemon-commits] [lemon_svn] deba: r2301 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:51:38 CET 2006
Author: deba
Date: Fri Nov 4 17:10:23 2005
New Revision: 2301
Modified:
hugo/trunk/lemon/euler.h
Log:
Removed todo
Moved to topology module
Modified: hugo/trunk/lemon/euler.h
==============================================================================
--- hugo/trunk/lemon/euler.h (original)
+++ hugo/trunk/lemon/euler.h Fri Nov 4 17:10:23 2005
@@ -16,7 +16,7 @@
#include<lemon/invalid.h>
#include <list>
-/// \ingroup gutils
+/// \ingroup topology
/// \file
/// \brief Euler tour
///
@@ -28,7 +28,7 @@
///Euler iterator in directed graphs.
- /// \ingroup gutils
+ /// \ingroup topology
///This iterator converts to the \c Edge type of the graph and using
///the ++ operator it provides an Euler tour of the graph (if there exists).
///
@@ -114,7 +114,6 @@
/// \ingroup gutils
///Checks if the graph is Euler. It works for both directed and
///undirected graphs.
- ///\todo What to do with the isolated points?
///\todo Test required
template<class Graph>
#ifdef DOXYGEN
More information about the Lemon-commits
mailing list