COIN-OR::LEMON - Graph Library

Changeset 2016:ecb067198349 in lemon-0.x for doc


Ignore:
Timestamp:
03/27/06 10:01:10 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2651
Message:

Doc rearrangement
Section readers moved to own group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r2006 r2016  
    160160
    161161/**
    162 @defgroup io_group Input Output
     162@defgroup io_group Input-Output
    163163Here you can find tools for imporing and exporting graphs and graph related
    164164data
     165*/
     166
     167/**
     168@defgroup section_io Section readers and writers
     169@ingroup io_group
     170\brief Section readers and writers for lemon Input-Output.
     171
     172Here you can find which section readers and writers can attach to
     173the LemonReader and LemonWriter.
     174*/
     175
     176/**
     177@defgroup item_io Item Readers and Writers
     178@ingroup io_group
     179\brief Item readers and writers for lemon Input-Output.
     180
     181The Input-Output classes can handle more data type by example
     182as map or attribute value. Each of these should be written and
     183read some way. The module make possible to do this. 
    165184*/
    166185
Note: See TracChangeset for help on using the changeset viewer.