COIN-OR::LEMON - Graph Library

Changeset 955:0a066f80e05f in lemon-0.x for src


Ignore:
Timestamp:
11/02/04 07:28:38 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1335
Message:

Improve docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/alpar/dijkstra.h

    r954 r955  
    110110  ///
    111111  ///\param GR The graph type the algorithm runs on. The default value is
    112   ///\ref ListGraph. The value of GR is not used directly by %Dijsktra, it
     112  ///\ref ListGraph. The value of GR is not used directly by Dijkstra, it
    113113  ///is only passed to \ref DijkstraDefaultTraits.
    114114  ///\param LM This read-only
     
    119119  ///length if it is necessary. The default map type is
    120120  ///\ref skeleton::StaticGraph::EdgeMap "Graph::EdgeMap<int>".
    121   ///The value of LM is not used directly by %Dijsktra, it
     121  ///The value of LM is not used directly by Dijkstra, it
    122122  ///is only passed to \ref DijkstraDefaultTraits.
    123123  ///\param TR Traits class to set various data types used by the algorithm.
    124124  ///The default traits class is
    125   ///\ref DijkstraDefaultTraits<GR,LM> "DijkstraDefaultTraits<GR,LM>".
     125  ///\ref DijkstraDefaultTraits "DijkstraDefaultTraits<GR,LM>".
    126126  ///See \ref DijkstraDefaultTraits for the documentation of
    127127  ///a Dijkstra traits class.
Note: See TracChangeset for help on using the changeset viewer.