COIN-OR::LEMON - Graph Library

Changeset 1946:17eb3eaad9f8 in lemon-0.x for lemon/floyd_warshall.h


Ignore:
Timestamp:
02/02/06 18:43:24 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2521
Message:
  • workaround for a Doxygen 1.4.6 bug
  • other doc fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/floyd_warshall.h

    r1875 r1946  
    118118    ///
    119119    /// This function instantiates a \ref PredMap.
    120     /// \param G is the graph, to which we would like to define the PredMap.
     120    /// \param graph is the graph,
     121    /// to which we would like to define the PredMap.
    121122    /// \todo The graph alone may be insufficient for the initialization
    122123    static PredMap *createPredMap(const _Graph& graph) {
     
    134135    ///
    135136    /// This function instantiates a \ref DistMap.
    136     /// \param G is the graph, to which we would like to define the
     137    /// \param graph is the graph, to which we would like to define the
    137138    /// \ref DistMap
    138139    static DistMap *createDistMap(const _Graph& graph) {
     
    455456    ///
    456457    /// \note d.run(s) is just a shortcut of the following code.
    457     /// \code
     458    ///\code
    458459    ///  d.init();
    459460    ///  d.start();
    460     /// \endcode
     461    ///\endcode
    461462    void run() {
    462463      init();
Note: See TracChangeset for help on using the changeset viewer.