COIN-OR::LEMON - Graph Library

Changeset 1760:f18e8ca73a8f in lemon-0.x for lemon/concept


Ignore:
Timestamp:
11/04/05 13:01:40 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2292
Message:

concept/graph.h: graphs defined by using components (_*Graph) need no

documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph.h

    r1643 r1760  
    3535
    3636
    37     /// \brief Modular static graph class.
    38     ///     
    39     /// It should be the same as the \c StaticGraph class.
     37    // \brief Modular static graph class.
     38    //     
     39    // It should be the same as the \c StaticGraph class.
    4040    class _StaticGraph
    4141      :  virtual public BaseGraphComponent,
    4242         public IterableGraphComponent, public MappableGraphComponent {
    4343    public:
    44       ///\e
    45 
    46       ///\todo undocumented
    47       ///
     44
    4845      typedef False UndirTag;
    4946     
     
    6057    };
    6158
    62     /// \brief Modular extendable graph class.
    63     ///     
    64     /// It should be the same as the \c ExtendableGraph class.
     59    // \brief Modular extendable graph class.
     60    //     
     61    // It should be the same as the \c ExtendableGraph class.
    6562    class _ExtendableGraph
    6663      :  virtual public BaseGraphComponent, public _StaticGraph,
     
    8077    };
    8178
    82     /// \brief Modular erasable graph class.
    83     ///     
    84     /// It should be the same as the \c ErasableGraph class.
     79    // \brief Modular erasable graph class.
     80    //     
     81    // It should be the same as the \c ErasableGraph class.
    8582    class _ErasableGraph
    8683      :  virtual public BaseGraphComponent, public _ExtendableGraph,
Note: See TracChangeset for help on using the changeset viewer.