COIN-OR::LEMON - Graph Library

Changeset 71:9df0fe5e5109 in lemon-main for doc


Ignore:
Timestamp:
02/05/08 17:34:28 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Minor improvement in groups.dox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r50 r71  
    488488@defgroup section_io Section readers and writers
    489489@ingroup lemon_io
    490 \brief Section readers and writers for lemon Input-Output.
    491 
    492 This group describes section readers and writers that can be attached to
     490\brief Section readers and writers for LEMON Input-Output.
     491
     492This group describes section reader and writer classes that can be
     493attached to \ref LemonReader and \ref LemonWriter.
     494*/
     495
     496/**
     497@defgroup item_io Item readers and writers
     498@ingroup lemon_io
     499\brief Item readers and writers for LEMON Input-Output.
     500
     501This group describes reader and writer classes for various data types
     502(e.g. map or attribute values). These classes can be attached to
    493503\ref LemonReader and \ref LemonWriter.
    494 */
    495 
    496 /**
    497 @defgroup item_io Item Readers and Writers
    498 @ingroup lemon_io
    499 \brief Item readers and writers for lemon Input-Output.
    500 
    501 The Input-Output classes can handle more data type by example
    502 as map or attribute value. Each of these should be written and
    503 read some way. The module make possible to do this. 
    504504*/
    505505
Note: See TracChangeset for help on using the changeset viewer.