touched up code a little
This commit is contained in:
4
qse/doc/page/cut.doc
Normal file
4
qse/doc/page/cut.doc
Normal file
@ -0,0 +1,4 @@
|
||||
/** @page cut TEXT CUTTER
|
||||
|
||||
Text Cutting Utility
|
||||
*/
|
@ -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"
|
||||
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/** @page sed SED STREAM EDITOR
|
||||
/** @page sed STREAM EDITOR
|
||||
|
||||
@section sed_contents CONTENTS
|
||||
- \ref sed_intro
|
||||
|
Reference in New Issue
Block a user