*** empty log message ***
This commit is contained in:
parent
988bde76d0
commit
aaf6d2cacf
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user