lemon/circulation.h
changeset 1250 97d978243703
parent 1159 7fdaa05a69a1
child 1270 dceba191c00d
     1.1 --- a/lemon/circulation.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/circulation.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -195,7 +195,8 @@
     1.4    class Circulation {
     1.5    public:
     1.6  
     1.7 -    ///The \ref CirculationDefaultTraits "traits class" of the algorithm.
     1.8 +    /// \brief The \ref lemon::CirculationDefaultTraits "traits class"
     1.9 +    /// of the algorithm.
    1.10      typedef TR Traits;
    1.11      ///The type of the digraph the algorithm runs on.
    1.12      typedef typename Traits::Digraph Digraph;