lemon/dijkstra.h
changeset 1177 3c00344f49c9
parent 1076 97d978243703
     1.1 --- a/lemon/dijkstra.h	Mon Jul 16 16:21:40 2018 +0200
     1.2 +++ b/lemon/dijkstra.h	Wed Oct 17 19:14:07 2018 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2010
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -227,11 +227,11 @@
    1.13      typedef typename TR::HeapCrossRef HeapCrossRef;
    1.14      ///The heap type used by the algorithm.
    1.15      typedef typename TR::Heap Heap;
    1.16 -    ///\brief The \ref DijkstraDefaultOperationTraits "operation traits class"
    1.17 -    ///of the algorithm.
    1.18 +    /// \brief The \ref lemon::DijkstraDefaultOperationTraits
    1.19 +    /// "operation traits class" of the algorithm.
    1.20      typedef typename TR::OperationTraits OperationTraits;
    1.21  
    1.22 -    ///The \ref DijkstraDefaultTraits "traits class" of the algorithm.
    1.23 +    ///The \ref lemon::DijkstraDefaultTraits "traits class" of the algorithm.
    1.24      typedef TR Traits;
    1.25  
    1.26    private: