From 9cc32a164b926d9df2909186834b6b8ab2994750 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:36:47 +0000 Subject: Lout 3.21 tag. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/tags/3.21@12 9365b830-b601-4143-9ba8-b4a8e2c3339c --- doc/user/prg_prog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user/prg_prog') 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 } -- cgit