doc/groups.dox
changeset 2019 e70c1f6849bc
parent 2006 00d59f733817
child 2042 bdc953f2a449
equal deleted inserted replaced
34:117ade4c76d7 35:52bc1f1b6d72
   157 Here you can find simple tools for measuring the performance
   157 Here you can find simple tools for measuring the performance
   158 of algorithms.
   158 of algorithms.
   159 */
   159 */
   160 
   160 
   161 /**
   161 /**
   162 @defgroup io_group Input Output
   162 @defgroup io_group Input-Output
   163 Here you can find tools for imporing and exporting graphs and graph related
   163 Here you can find tools for imporing and exporting graphs and graph related
   164 data
   164 data
       
   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 
       
   172 Here you can find which section readers and writers can attach to
       
   173 the 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 
       
   181 The Input-Output classes can handle more data type by example
       
   182 as map or attribute value. Each of these should be written and
       
   183 read some way. The module make possible to do this.  
   165 */
   184 */
   166 
   185 
   167 /**
   186 /**
   168 @defgroup concept Concepts
   187 @defgroup concept Concepts
   169 \brief Skeleton classes and concept checking classes
   188 \brief Skeleton classes and concept checking classes