touched up code and documentation
This commit is contained in:
4
qse/doc/page/awk.doc
Normal file
4
qse/doc/page/awk.doc
Normal file
@ -0,0 +1,4 @@
|
||||
/** @page awk AWK
|
||||
|
||||
AWK Interpreter
|
||||
*/
|
29
qse/doc/page/main.doc
Normal file
29
qse/doc/page/main.doc
Normal file
@ -0,0 +1,29 @@
|
||||
/** @mainpage QSE
|
||||
|
||||
@section INTRODUCTION
|
||||
|
||||
QSE provides a script engine for various scripting languages and utility programs. It aims to produce a flexible script engine framework that can be embedded into an application. A hosting application can access various aspects of the embedded script engine and vice versa.
|
||||
|
||||
The library is licended under the Apache License, Version 2.0.
|
||||
|
||||
The project webpage: http://qse.googlecode.com/
|
||||
|
||||
For furthur information, contact:
|
||||
Chung, Hyung-Hwan <b a c o n e v i @ g m a i l . c o m>
|
||||
|
||||
@section INSTALLATION
|
||||
Cross compiling for WIN32 with MINGW32
|
||||
|
||||
./configure --host=i586-mingw32msvc --target=i586-mingw32msvc --enable-syscall
|
||||
make
|
||||
|
||||
@section DOCUMENTATION
|
||||
Generate the API documents with robodoc.
|
||||
|
||||
robodoc --rc doc/robodoc.rc --css doc/robodoc.css --src . --doc ./doc/qse
|
||||
|
||||
@section MODULES
|
||||
QSE includes various modules:
|
||||
- @ref awk "AWK"
|
||||
- @ref sed "SED"
|
||||
*/
|
9
qse/doc/page/sed.doc
Normal file
9
qse/doc/page/sed.doc
Normal file
@ -0,0 +1,9 @@
|
||||
/** @page sed SED
|
||||
|
||||
STREAM EDITOR
|
||||
a stream editor is provided
|
||||
|
||||
@section sed_io_handler How to write an IO handler
|
||||
IO handler has the following prototype...
|
||||
|
||||
*/
|
Reference in New Issue
Block a user