[Lemon-commits] [lemon_svn] alpar: r1019 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:42:45 CET 2006
Author: alpar
Date: Thu Aug 5 13:40:02 2004
New Revision: 1019
Modified:
hugo/trunk/src/hugo/minlengthpaths.h
Log:
New Doxygen module for path/flow algs.
Modified: hugo/trunk/src/hugo/minlengthpaths.h
==============================================================================
--- hugo/trunk/src/hugo/minlengthpaths.h (original)
+++ hugo/trunk/src/hugo/minlengthpaths.h Thu Aug 5 13:40:02 2004
@@ -2,7 +2,7 @@
#ifndef HUGO_MINLENGTHPATHS_H
#define HUGO_MINLENGTHPATHS_H
-///\ingroup galgs
+///\ingroup flowalgs
///\file
///\brief An algorithm for finding k paths of minimal total length.
@@ -16,7 +16,7 @@
namespace hugo {
-/// \addtogroup galgs
+/// \addtogroup flowalgs
/// @{
///\brief Implementation of an algorithm for finding k paths between 2 nodes
More information about the Lemon-commits
mailing list