COIN-OR::LEMON - Graph Library

Changeset 827:6433f69dfc6b in lemon-0.x


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

Improve docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/list_graph.h

    r825 r827  
    3131  ///
    3232  ///It conforms to the graph interface documented under
    33   ///the description of \ref ErasableGraphSkeleton.
    34   ///\sa \ref ErasableGraphSkeleton.
     33  ///the description of
     34  ///\ref skeleton::ErasableGraphSkeleton "ErasableGraphSkeleton".
     35  ///\sa skeleton::ErasableGraphSkeleton.
    3536  class ListGraph {
    3637
     
    7879    CREATE_MAP_REGISTRIES;
    7980    /// Creating node and edge maps.
     81
     82    /// \todo
     83    /// It apears in the documentation as if it were a function definition.
    8084    CREATE_MAPS(DefaultMap);
    8185
Note: See TracChangeset for help on using the changeset viewer.