touched up code a little

This commit is contained in:
2009-10-08 06:39:18 +00:00
parent a4a82873f7
commit 9f494ba184
7 changed files with 47 additions and 66 deletions

4
qse/doc/page/cut.doc Normal file
View File

@ -0,0 +1,4 @@
/** @page cut TEXT CUTTER
Text Cutting Utility
*/

View File

@ -11,6 +11,7 @@ by interacting with external programs and is given tighter control over it.
Currently the library implements the following utilities:
- @subpage sed "SED Stream Editor"
- @subpage cut "CUT Text Cutter"
- @subpage awk "AWK Interpreter"
As the library grows, more utilities will be added.
@ -93,6 +94,7 @@ on each module.
- @subpage cmn "Common Functions"
- @subpage sed "SED Stream Editor"
- @subpage cut "CUT Text Cutter"
- @subpage awk "AWK Interpreter"
*/

View File

@ -1,4 +1,4 @@
/** @page sed SED STREAM EDITOR
/** @page sed STREAM EDITOR
@section sed_contents CONTENTS
- \ref sed_intro