lemon/insertion_tsp.h
changeset 1074 97d978243703
parent 1037 d3dcc49e6403
child 1092 dceba191c00d
     1.1 --- a/lemon/insertion_tsp.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/insertion_tsp.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -225,7 +225,7 @@
     1.4        /// \brief Gives back the found tour as a path.
     1.5        ///
     1.6        /// This function copies the found tour as a list of arcs/edges into
     1.7 -      /// the given \ref concept::Path "path structure".
     1.8 +      /// the given \ref lemon::concepts::Path "path structure".
     1.9        ///
    1.10        /// \pre run() must be called before using this function.
    1.11        template <typename Path>