21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
|
/* libCStreamedXML/src/docs/MainPage.dox
|
||
|
*
|
||
|
* (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||
|
* Released under the GNU GPLv2. See file COPYING or
|
||
|
* http://www.gnu.org/copyleft/gpl.html for details.
|
||
|
*/
|
||
|
|
||
|
/*! \mainpage
|
||
|
|
||
|
libCStreamedXML is a C implementation of a
|
||
|
<a href="http://www.lwithers.me.uk/projects/StreamedXML/">
|
||
|
Streamed XML</a> processor. It is written using an efficient
|
||
|
state-machine. It is an ASCII-only Streamed XML processor.
|
||
|
|
||
|
*/
|
||
|
|
||
|
/* options for text editors
|
||
|
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||
|
vim: expandtab:ts=4:sw=4
|
||
|
*/
|