*** empty log message ***

This commit is contained in:
hyung-hwan 2006-05-12 14:17:08 +00:00
parent 988bde76d0
commit aaf6d2cacf
2 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
=== Introduction ===
== Introduction ==
Expider is a toolkit for developers written in the hope that it will ease
a lot of tedious programming tasks. It provides a wide range of functions
and classes to cover for general purpose programming.
=== License ===
== License ==
The toolkit is distributed under the PIOWAVE license.
=== Author ===
== Author ==
Chung, Hyung-Hwan, the sole author of Expider, is ...
=== Logo ===
== Logo ==
Expider eXpider
Expide eXpide
Exprius Expon

View File

@ -1,5 +1,5 @@
=== SYNOPSIS ===
= SYNOPSIS =
{{{
#include <xp/awk/awk.h>
@ -24,9 +24,9 @@ int xp_awk_parse (xp_awk_t* awk);
int xp_awk_run (xp_awk_t* awk);
}}}
=== DESCRIPTION ===
= DESCRIPTION =
=== EXAMPLE ===
= EXAMPLE =
{{{
#include <xp/awk/awk.h>