COIN-OR::LEMON - Graph Library

Changeset 2260:4274224f8a7d in lemon-0.x for lemon/full_graph.h


Ignore:
Timestamp:
10/24/06 19:19:16 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
Message:

concept -> concepts (namespace & directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/full_graph.h

    r2256 r2260  
    168168  /// edges or nodes.
    169169  /// Thus it conforms to
    170   /// the \ref concept::Graph "Graph" concept and
     170  /// the \ref concepts::Graph "Graph" concept and
    171171  ///it also has an
    172172  ///important extra feature that
    173   ///its maps are real \ref concept::ReferenceMap "reference map"s.
    174   /// \sa concept::Graph.
     173  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
     174  /// \sa concepts::Graph.
    175175  ///
    176176  /// \sa FullUGraph
     
    385385  ///It also has an
    386386  ///important extra feature that
    387   ///its maps are real \ref concept::ReferenceMap "reference map"s.
     387  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    388388  ///
    389389  /// \sa FullGraph
Note: See TracChangeset for help on using the changeset viewer.