documented xma.h, though terse
This commit is contained in:
@ -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.
|
||||
|
||||
*/
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user