COIN-OR::LEMON - Graph Library

Changeset 1156:91f9236dfec9 in lemon-0.x for src/lemon


Ignore:
Timestamp:
02/18/05 17:40:48 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1557
Message:

Wrap long lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/dijkstra.h

    r1155 r1156  
    8888   
    8989    ///This function instantiates a \ref PredNodeMap.
    90     ///\param G is the graph, to which we would like to define the \ref PredNodeMap
     90    ///\param G is the graph, to which
     91    ///we would like to define the \ref PredNodeMap
    9192    static PredNodeMap *createPredNodeMap(const GR &G)
    9293    {
     
    105106 
    106107    ///This function instantiates a \ref ReachedMap.
    107     ///\param G is the graph, to which we would like to define the \ref ReachedMap
     108    ///\param G is the graph, to which
     109    ///we would like to define the \ref ReachedMap
    108110    static ReachedMap *createReachedMap(const GR &G)
    109111    {
     
    456458    ///\name Excetution control
    457459    ///The simplest way to execute the algorithm is to use
    458     ///\ref run().
     460    ///one of the member functions called \c run(...).
    459461    ///\n
    460462    ///It you need more control on the execution,
     
    754756    /// Constructor.
    755757   
    756     /// This constructor requires some parameters, listed in the parameters list.
     758    /// This constructor requires some parameters,
     759    /// listed in the parameters list.
    757760    /// Others are initiated to 0.
    758761    /// \param g is the initial value of  \ref _g
     
    863866    };
    864867   
    865     /// \ref named-templ-param "Named parameter" function for setting PredMap type
    866 
    867     /// \ref named-templ-param "Named parameter" function for setting PredMap type
     868    ///\brief \ref named-templ-param "Named parameter"
     869    ///function for setting PredMap type
     870    ///
     871    /// \ref named-templ-param "Named parameter"
     872    ///function for setting PredMap type
    868873    ///
    869874    template<class T>
     
    882887    };
    883888   
    884     /// \ref named-templ-param "Named parameter" function for setting PredNodeMap type
    885 
    886     /// \ref named-templ-param "Named parameter" function for setting PredNodeMap type
     889    ///\brief \ref named-templ-param "Named parameter"
     890    ///function for setting PredNodeMap type
     891    ///
     892    /// \ref named-templ-param "Named parameter"
     893    ///function for setting PredNodeMap type
    887894    ///
    888895    template<class T>
     
    900907    };
    901908   
    902     /// \ref named-templ-param "Named parameter" function for setting DistMap type
    903 
    904     /// \ref named-templ-param "Named parameter" function for setting DistMap type
     909    ///\brief \ref named-templ-param "Named parameter"
     910    ///function for setting DistMap type
     911    ///
     912    /// \ref named-templ-param "Named parameter"
     913    ///function for setting DistMap type
    905914    ///
    906915    template<class T>
Note: See TracChangeset for help on using the changeset viewer.