COIN-OR::LEMON - Graph Library

Changeset 1043:52a2201a88e9 in lemon-0.x for src


Ignore:
Timestamp:
01/03/05 17:23:47 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1437
Message:

Several changes in doc

Location:
src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/concept/graph_component.h

    r1030 r1043  
    667667
    668668    /// This class describes the common interface of the graph maps
    669     /// (NodeMap, EdgeMap), that is \ref maps "maps" which can be used to
     669    /// (NodeMap, EdgeMap), that is \ref maps-pages "maps" which can be used to
    670670    /// associate data to graph descriptors (nodes or edges).
    671671    template <typename Graph, typename Item, typename _Value>
  • src/test/graph_test.cc

    r1022 r1043  
    1919
    2020int main() {
    21   ///\file
    2221  { // checking graph components
    2322    checkConcept<BaseGraphComponent, BaseGraphComponent >();
  • src/work/alpar/dijkstra.h

    r987 r1043  
    229229    ///\ref named-templ-param "Named parameter" for setting PredMap type
    230230
    231     ///\relates Dijkstra
    232     ///\ingroup flowalgs
    233231    ///\ref named-templ-param "Named parameter" for setting PredMap type
     232    ///
    234233    template <class T>
    235234    class SetPredMap : public Dijkstra< Graph,
     
    251250    ///\ref named-templ-param "Named parameter" for setting PredNodeMap type
    252251
    253     ///\ingroup flowalgs
    254252    ///\ref named-templ-param "Named parameter" for setting PredNodeMap type
     253    ///
    255254    template <class T>
    256255    class SetPredNodeMap : public Dijkstra< Graph,
     
    272271    ///\ref named-templ-param "Named parameter" for setting DistMap type
    273272
    274     ///\ingroup flowalgs
    275273    ///\ref named-templ-param "Named parameter" for setting DistMap type
     274    ///
    276275    template <class T>
    277276    class SetDistMap : public Dijkstra< Graph,
Note: See TracChangeset for help on using the changeset viewer.