COIN-OR::LEMON - Graph Library

Changeset 2474:e6368948d5f7 in lemon-0.x for lemon/concepts/graph.h


Ignore:
Timestamp:
09/20/07 01:35:27 (17 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3313
Message:

Small bug fixes and changes in the documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph.h

    r2391 r2474  
    2222///\ingroup graph_concepts
    2323///\file
    24 ///\brief Declaration of Graph.
     24///\brief The concept of Directed Graphs.
    2525
    2626#include <lemon/bits/invalid.h>
     
    3535    /// \addtogroup graph_concepts
    3636    /// @{
    37 
    38     /// The directed graph concept
    39 
     37    ///
     38    /// \brief Class describing the concept of Directed Graphs.
     39    ///
    4040    /// This class describes the \ref concept "concept" of the
    4141    /// immutable directed graphs.
Note: See TracChangeset for help on using the changeset viewer.