diff -r 59b8cb2cb2f8 -r 93246c00cd24 src/work/klao/path.h --- a/src/work/klao/path.h Mon Sep 06 08:22:48 2004 +0000 +++ b/src/work/klao/path.h Mon Sep 06 08:55:06 2004 +0000 @@ -12,6 +12,8 @@ using a standard Builder subclass. This make is easy to have e.g. the Dijkstra algorithm to store its result in any kind of path structure. +\sa hugo::skeleton::Path + */ ///\ingroup paths @@ -35,7 +37,7 @@ /// @{ - //! \brief A structure for representing directed path in a graph. + //! \brief A structure for representing directed paths in a graph. //! //! A structure for representing directed path in a graph. //! \param Graph The graph type in which the path is.