diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-24 14:43:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-24 14:43:50 +0200 |
commit | 5fc871c3b224dca0747516ab85053a2289fe3f10 (patch) | |
tree | 0fa5180baf672d5da53f1838ae2313a6eb0653e4 /info/gpp.texinfo | |
parent | info manual: overview (diff) | |
download | gpp-5fc871c3b224dca0747516ab85053a2289fe3f10.tar.gz gpp-5fc871c3b224dca0747516ab85053a2289fe3f10.tar.bz2 gpp-5fc871c3b224dca0747516ab85053a2289fe3f10.tar.xz |
move most of overview into new chapter syntax
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/gpp.texinfo')
-rw-r--r-- | info/gpp.texinfo | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/info/gpp.texinfo b/info/gpp.texinfo index 2731595..77e9edc 100644 --- a/info/gpp.texinfo +++ b/info/gpp.texinfo @@ -52,6 +52,7 @@ Texts. A copy of the license is included in the section entitled @menu * Overview:: Brief overview of @command{gpp}. * Invoking:: Invoking @command{gpp} +* Syntax:: Syntax of @command{gpp} * GNU Free Documentation License:: Copying and sharing this manual. @end menu @@ -80,6 +81,25 @@ written in GNU Bash to modify it. Each line that is not in GNU Bash as actually treated as a echo instruction. +The preprocessor will try to keep the lines in +the output files in the same position as in +the source files. This will however stop to +work if the processor directives includes +loops or instructions that returns multiple +lines. + + + +@node Invoking +@chapter Invoking + +FIXME + + + +@node Syntax +@chapter Syntax + To create a preprocess directive, begin the line with @code{@@>}. For example, the follow code will only keep the `Hello world' line @@ -148,20 +168,6 @@ will after preprocessing say Your are logged in as twilight. @end example -The preprocessor will try to keep the lines in -the output files in the same position as in -the source files. This will however stop to -work if the processor directives includes -loops or instructions that returns multiple -lines. - - - -@node Invoking -@chapter Invoking - -FIXME - @node GNU Free Documentation License |