COIN-OR::LEMON - Graph Library

Changeset 1536:308150155bb5 in lemon-0.x for lemon/graph_utils.h


Ignore:
Timestamp:
07/04/05 18:27:54 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2028
Message:

Kill several doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r1531 r1536  
    178178  /// }
    179179  /// \endcode
    180   /// \todo We may want to use the \ref concept::GraphBase "GraphBase"
     180  /// \todo We may want to use the "GraphBase"
    181181  /// interface here...
    182182  /// \bug Untested ...
     
    860860    ///
    861861    /// The subscript operator.
    862     /// \param edge The edge
     862    /// \param e The edge
    863863    /// \return The target of the edge
    864     Value operator[](const Key& key) {
    865       return graph.target(key);
     864    Value operator[](const Key& e) {
     865      return graph.target(e);
    866866    }
    867867
Note: See TracChangeset for help on using the changeset viewer.