diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:35 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:35 +0000 |
commit | b10d39aec443165093f8f28bc6f940530b89cdaf (patch) | |
tree | 63a1ef3b3f1d2562c498291cda341a2171a1fe1c /doc/user/prg_comm | |
parent | 2f4268e5e02216be53cd85816362191373512463 (diff) | |
download | lout-b10d39aec443165093f8f28bc6f940530b89cdaf.tar.gz |
Lout 3.21.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@11 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/prg_comm')
-rw-r--r-- | doc/user/prg_comm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/user/prg_comm b/doc/user/prg_comm index a679f4f..f059388 100644 --- a/doc/user/prg_comm +++ b/doc/user/prg_comm @@ -12,10 +12,8 @@ character should then be Lout text. For example, to force Lout to start a new page at some point within a C program, place @ID @Code "/*@ @NP */" at that point. (In this case you can also simply include a formfeed -formfeed. @Index { formfeed in program texts } -character, control-L, without any comment; whatever the language, a formfeed -in program text is taken to be a request to start a new page.) Or, to -make a heading in an Eiffel program, do this: +character without any comment; see Section {@NumberOf formfeed} +for more on this.) Or, to make a heading in an Eiffel program, do this: @ID @Code "--@ @Display @Heading { treeprint }" (Eiffel comments begin with @Code "--" and end at the end of the line.) Other possible uses for this feature include index entries and |