documented xma.h, though terse

This commit is contained in:
2010-08-05 01:25:48 +00:00
parent e5e0bc9a78
commit 65698c30a2
11 changed files with 157 additions and 572 deletions

View File

@ -1,5 +1,9 @@
/** @page cmn COMMON FUNCTIONS
@section xma MEMORY ALLOCATOR
QSE provides a memory allocator #qse_xma_t for private heap management.
@section rex REGULAR EXPRESSION
QSE provides regular expression handling functions.
QSE provides a regular expression processor #qse_rex_t.
*/

View File

@ -19,7 +19,7 @@ As the library grows, more utilities will be added.
The library is licensed under the GNU Lesser General Public License version 3:
http://www.gnu.org/licenses/
The project webpage: http://qse.googlecode.com/
The project webpage: http://code.abiyo.net/@qse
For further information, contact:
Chung, Hyung-Hwan <hyunghwan.chung@gmail.com>