COIN-OR::LEMON - Graph Library

Changeset 911:89a4fbb99cad in lemon-0.x for src/hugo/list_graph.h


Ignore:
Timestamp:
09/28/04 09:00:58 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1222
Message:

Fix many doxygen command bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/list_graph.h

    r909 r911  
    422422  ///of oppositely directed edges.
    423423  ///There is a new edge map type called
    424   ///\ref SymListGraph::SymEdgeMap "SymEdgeMap"
     424  ///\ref hugo::SymListGraph::SymEdgeMap "SymEdgeMap"
    425425  ///that complements this
    426426  ///feature by
    427427  ///storing shared values for the edge pairs. The usual
    428   ///\ref Graph::EdgeMap "EdgeMap"
     428  ///\ref hugo::skeleton::StaticGraph::EdgeMap "EdgeMap"
    429429  ///can be used
    430430  ///as well.
    431431  ///
    432432  ///The oppositely directed edge can also be obtained easily
    433   ///using \ref opposite.
     433  ///using \ref hugo::SymListGraph::opposite() "opposite()" member function.
    434434  ///
    435435  ///Here erase(Edge) deletes a pair of edges.
Note: See TracChangeset for help on using the changeset viewer.