lemon/min_cost_arborescence.h
changeset 1074 97d978243703
parent 877 141f9c0db4a3
child 1080 c5cd8960df74
     1.1 --- a/lemon/min_cost_arborescence.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/min_cost_arborescence.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -128,7 +128,7 @@
     1.4    class MinCostArborescence {
     1.5    public:
     1.6  
     1.7 -    /// \brief The \ref MinCostArborescenceDefaultTraits "traits class"
     1.8 +    /// \brief The \ref lemon::MinCostArborescenceDefaultTraits "traits class"
     1.9      /// of the algorithm.
    1.10      typedef TR Traits;
    1.11      /// The type of the underlying digraph.