[Lemon-commits] Peter Kovacs: Minor improvement in groups.dox.

Lemon HG hg at lemon.cs.elte.hu
Tue Feb 12 22:09:34 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/9df0fe5e5109
changeset: 71:9df0fe5e5109
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Tue Feb 05 17:34:28 2008 +0100
description:
	Minor improvement in groups.dox.

diffstat:

1 file changed, 8 insertions(+), 8 deletions(-)
doc/groups.dox |   16 ++++++++--------

diffs (32 lines):

diff -r 9bd0d6e0c279 -r 9df0fe5e5109 doc/groups.dox
--- a/doc/groups.dox	Sat Jan 12 23:30:44 2008 +0000
+++ b/doc/groups.dox	Tue Feb 05 17:34:28 2008 +0100
@@ -487,20 +487,20 @@ tutorial pages.
 /**
 @defgroup section_io Section readers and writers
 @ingroup lemon_io
-\brief Section readers and writers for lemon Input-Output.
+\brief Section readers and writers for LEMON Input-Output.
 
-This group describes section readers and writers that can be attached to
-\ref LemonReader and \ref LemonWriter.
+This group describes section reader and writer classes that can be 
+attached to \ref LemonReader and \ref LemonWriter.
 */
 
 /**
- at defgroup item_io Item Readers and Writers
+ at defgroup item_io Item readers and writers
 @ingroup lemon_io
-\brief Item readers and writers for lemon Input-Output.
+\brief Item readers and writers for LEMON Input-Output.
 
-The Input-Output classes can handle more data type by example
-as map or attribute value. Each of these should be written and
-read some way. The module make possible to do this.  
+This group describes reader and writer classes for various data types
+(e.g. map or attribute values). These classes can be attached to
+\ref LemonReader and \ref LemonWriter.
 */
 
 /**



More information about the Lemon-commits mailing list