COIN-OR::LEMON - Graph Library

Changeset 1080:568ce2be7fe0 in lemon-0.x for src/lemon


Ignore:
Timestamp:
01/14/05 09:02:10 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1476
Message:

Changes in doc.

Location:
src/lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/list_graph.h

    r1040 r1080  
    398398    ///\warning Edge and node deletions cannot be restored.
    399399    ///\warning SnapShots cannot be nested.
    400     ///\ingroup graphs
    401400    ///\todo \c SnapShot or \c Snapshot?
    402401    class SnapShot : protected AlterationNotifier<Node>::ObserverBase,
  • src/lemon/smart_graph.h

    r1040 r1080  
    291291    ///by restore() using another SnapShot instance.
    292292    ///
    293     ///\ingroup graphs
    294293    class SnapShot
    295294    {
Note: See TracChangeset for help on using the changeset viewer.