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_prog | |
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_prog')
-rw-r--r-- | doc/user/prg_prog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/prg_prog b/doc/user/prg_prog index 8d343f6..19a525e 100644 --- a/doc/user/prg_prog +++ b/doc/user/prg_prog @@ -7,14 +7,14 @@ The standard reference for the Eiffel language @Cite { $meyer1992eiffel } specifies that identifiers within comments may or should be enclosed in ` and ' so that they may be noticed and printed in an italic font: -@ID @Code @Verbatim { +@ID @OneRow @Code @Verbatim { @ID @Eiffel { deposit(amount: REAL) is -- deposit `amount' dollars } } produces -@ID @Eiffel { +@ID @OneRow @Eiffel { deposit(amount: REAL) is -- deposit `amount' dollars } |