COIN-OR::LEMON - Graph Library

Changeset 1250:97d978243703 in lemon for lemon/dijkstra.h


Ignore:
Timestamp:
08/05/13 14:03:29 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix unresolved doc references (#459)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dijkstra.h

    r956 r1250  
    228228    ///The heap type used by the algorithm.
    229229    typedef typename TR::Heap Heap;
    230     ///\brief The \ref DijkstraDefaultOperationTraits "operation traits class"
    231     ///of the algorithm.
     230    /// \brief The \ref lemon::DijkstraDefaultOperationTraits
     231    /// "operation traits class" of the algorithm.
    232232    typedef typename TR::OperationTraits OperationTraits;
    233233
    234     ///The \ref DijkstraDefaultTraits "traits class" of the algorithm.
     234    ///The \ref lemon::DijkstraDefaultTraits "traits class" of the algorithm.
    235235    typedef TR Traits;
    236236
Note: See TracChangeset for help on using the changeset viewer.