COIN-OR::LEMON - Graph Library

Changeset 880:9d0bfd35b97c in lemon-0.x for src/work/peter


Ignore:
Timestamp:
09/17/04 17:51:50 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1188
Message:
  • Name changing: XYZGraphSkeleton -> XYZGraph
  • Fix some bad \ref's in the doc.
Location:
src/work/peter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/work/peter/edgepathgraph.h

    r826 r880  
    297297
    298298    ///Read/write/reference map of the nodes to type \c T.
    299     /// \sa MemoryMapSkeleton
     299    /// \sa MemoryMap
    300300    /// \todo We may need copy constructor
    301301    /// \todo We may need conversion from other nodetype
     
    338338    ///It behaves exactly in the same way as \ref NodeMap.
    339339    /// \sa NodeMap
    340     /// \sa MemoryMapSkeleton
     340    /// \sa MemoryMap
    341341    /// \todo We may need copy constructor
    342342    /// \todo We may need conversion from other edgetype
     
    375375  ///
    376376  /// \todo This blabla could be replaced by a sepatate description about
    377   /// Skeletons.
     377  /// s.
    378378  ///
    379379  /// It can be used for checking the interface compatibility,
  • src/work/peter/hierarchygraph.h

    r826 r880  
    424424
    425425    ///Read/write/reference map of the nodes to type \c T.
    426     /// \sa MemoryMapSkeleton
     426    /// \sa MemoryMap
    427427    /// \todo We may need copy constructor
    428428    /// \todo We may need conversion from other nodetype
     
    483483    ///It behaves exactly in the same way as \ref NodeMap.
    484484    /// \sa NodeMap
    485     /// \sa MemoryMapSkeleton
     485    /// \sa MemoryMap
    486486    /// \todo We may need copy constructor
    487487    /// \todo We may need conversion from other edgetype
     
    538538  ///
    539539  /// \todo This blabla could be replaced by a sepatate description about
    540   /// Skeletons.
     540  /// s.
    541541  ///
    542542  /// It can be used for checking the interface compatibility,
Note: See TracChangeset for help on using the changeset viewer.