COIN-OR::LEMON - Graph Library

Changeset 1030:c8a41699e613 in lemon-0.x for doc


Ignore:
Timestamp:
12/06/04 01:30:44 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1420
Message:

Undirected graph documentation and concept refinements.

  • quite a few bug fixes
  • concept::UndirGraph? is almost complete and looks quite good.
Location:
doc
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    r991 r1030  
    426426INPUT                  = mainpage.dox \
    427427                         graphs.dox \
     428                         undir_graphs.dox \
    428429                         named-param.dox \
    429430                         maps.dox \
     
    432433                         namespaces.dox \
    433434                         license.dox \
     435                         developpers_interface.dox \
    434436                         ../src/lemon \
    435437                         ../src/lemon/concept \
  • doc/groups.dox

    r959 r1030  
    8181
    8282/**
    83 @defgroup concept Concept
     83@defgroup concept Concepts
    8484\brief Skeleton classes and concept checking classes
    8585
    8686This group describes the data/algorithm skeletons and concept checking
    87 classes implemented in LEMON. These classes exist in order to make it
    88 easier to check if a certain template class or template function is
    89 correctly implemented.
     87classes implemented in LEMON.
     88
     89One aim of these classes is to make it easier to check if a certain
     90class or template function is correctly implemented.
     91
     92The other (sometimes even more important) aim is to document the concepts.
     93
    9094*/
    9195
     96/**
     97@defgroup graph_concepts Graph Structure Concepts
     98@ingroup concept
     99\brief Skeleton and concept checking classes for graph structures
     100
     101This group contains the skeletons and concept checking classes of LEMON's
     102graph structures and helper classes used to implement these.
     103*/
    92104
    93105/**
Note: See TracChangeset for help on using the changeset viewer.