COIN-OR::LEMON - Graph Library

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


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.

Location:
lemon/concepts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/bpugraph.h

    r2391 r2474  
    1919/// \ingroup graph_concepts
    2020/// \file
    21 /// \brief Undirected bipartite graphs and components of.
    22 
     21/// \brief The concept of Bipartite Undirected Graphs.
    2322
    2423#ifndef LEMON_CONCEPT_BPUGRAPH_H
     
    3736    /// \addtogroup graph_concepts
    3837    /// @{
    39 
    40 
     38    ///
    4139    /// \brief Class describing the concept of Bipartite Undirected Graphs.
    4240    ///
  • 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.
  • lemon/concepts/graph_components.h

    r2391 r2474  
    1919///\ingroup graph_concepts
    2020///\file
    21 ///\brief The concept of the graph components.
     21///\brief The concept of graph components.
    2222
    2323
  • lemon/concepts/ugraph.h

    r2391 r2474  
    1919///\ingroup graph_concepts
    2020///\file
    21 ///\brief The concept of the undirected graphs.
    22 
     21///\brief The concept of Undirected Graphs.
    2322
    2423#ifndef LEMON_CONCEPT_UGRAPH_H
     
    3433    /// \addtogroup graph_concepts
    3534    /// @{
    36 
    37 
     35    ///
    3836    /// \brief Class describing the concept of Undirected Graphs.
    3937    ///
Note: See TracChangeset for help on using the changeset viewer.