Minor improvement in groups.dox.
1.1 --- a/doc/groups.dox Sat Jan 12 23:30:44 2008 +0000
1.2 +++ b/doc/groups.dox Tue Feb 05 17:34:28 2008 +0100
1.3 @@ -487,20 +487,20 @@
1.4 /**
1.5 @defgroup section_io Section readers and writers
1.6 @ingroup lemon_io
1.7 -\brief Section readers and writers for lemon Input-Output.
1.8 +\brief Section readers and writers for LEMON Input-Output.
1.9
1.10 -This group describes section readers and writers that can be attached to
1.11 -\ref LemonReader and \ref LemonWriter.
1.12 +This group describes section reader and writer classes that can be
1.13 +attached to \ref LemonReader and \ref LemonWriter.
1.14 */
1.15
1.16 /**
1.17 -@defgroup item_io Item Readers and Writers
1.18 +@defgroup item_io Item readers and writers
1.19 @ingroup lemon_io
1.20 -\brief Item readers and writers for lemon Input-Output.
1.21 +\brief Item readers and writers for LEMON Input-Output.
1.22
1.23 -The Input-Output classes can handle more data type by example
1.24 -as map or attribute value. Each of these should be written and
1.25 -read some way. The module make possible to do this.
1.26 +This group describes reader and writer classes for various data types
1.27 +(e.g. map or attribute values). These classes can be attached to
1.28 +\ref LemonReader and \ref LemonWriter.
1.29 */
1.30
1.31 /**