Changeset 156:e561aa7675de in lemon-main for doc
- Timestamp:
- 05/17/08 07:30:02 (17 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- doc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r154 r156 4 4 doc/dirs.dox \ 5 5 doc/groups.dox \ 6 doc/lgf.dox \ 6 7 doc/license.dox \ 7 8 doc/mainpage.dox \ -
doc/groups.dox
r83 r156 484 484 485 485 /** 486 @defgroup section_io Section readers and writers487 @ingroup lemon_io488 \brief Section readers and writers for LEMON Input-Output.489 490 This group describes section reader and writer classes that can be491 attached to \ref LemonReader and \ref LemonWriter.492 */493 494 /**495 @defgroup item_io Item readers and writers496 @ingroup lemon_io497 \brief Item readers and writers for LEMON Input-Output.498 499 This group describes reader and writer classes for various data types500 (e.g. map or attribute values). These classes can be attached to501 \ref LemonReader and \ref LemonWriter.502 */503 504 /**505 486 @defgroup eps_io Postscript exporting 506 487 @ingroup io_group
Note: See TracChangeset
for help on using the changeset viewer.