New Doxygen module for path/flow algs.
1.1 --- a/src/hugo/minlengthpaths.h Thu Aug 05 11:38:26 2004 +0000
1.2 +++ b/src/hugo/minlengthpaths.h Thu Aug 05 11:40:02 2004 +0000
1.3 @@ -2,7 +2,7 @@
1.4 #ifndef HUGO_MINLENGTHPATHS_H
1.5 #define HUGO_MINLENGTHPATHS_H
1.6
1.7 -///\ingroup galgs
1.8 +///\ingroup flowalgs
1.9 ///\file
1.10 ///\brief An algorithm for finding k paths of minimal total length.
1.11
1.12 @@ -16,7 +16,7 @@
1.13
1.14 namespace hugo {
1.15
1.16 -/// \addtogroup galgs
1.17 +/// \addtogroup flowalgs
1.18 /// @{
1.19
1.20 ///\brief Implementation of an algorithm for finding k paths between 2 nodes