summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-17 11:26:37 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-17 11:26:37 +0000
commitb4a50239496145b3f07a6763b7092d477280b5cf (patch)
tree36e4cd0f78d8b4e9a1c31516b7000b0525798b64
parent0dfa2ab08f825283f2de195440d401348f4707d2 (diff)
Last minor amendment for FL/Fl_Browser.H (doxygen formatting).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Browser.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H
index 8f0d6e10a..b1042d8fb 100644
--- a/FL/Fl_Browser.H
+++ b/FL/Fl_Browser.H
@@ -163,7 +163,7 @@ public:
<LI><tt>'\@s'</tt> Use a <SMALL>small</SMALL> (11 point) font </LI>
<LI><tt>'\@b'</tt> Use a <B>bold</B> font (adds FL_BOLD to font) </LI>
<LI><tt>'\@i'</tt> Use an <I>italic</I> font (adds FL_ITALIC to font) </LI>
- <LI><tt>'\@f' or \@t</tt> Use a fixed-pitch
+ <LI><tt>'\@f' or '\@t'</tt> Use a fixed-pitch
font (sets font to FL_COURIER) </LI>
<LI><tt>'\@c'</tt> Center the line horizontally </LI>
<LI><tt>'\@r'</tt> Right-justify the text </LI>
@@ -177,7 +177,7 @@ public:
</UL>
Notice that the '\@.' command can be used to reliably
terminate the parsing. To print a random string in a random color, use
- sprintf("\@C%d\@.%s", color, string) and it will work even if the
+ <tt>sprintf("\@C%d\@.%s", color, string)</tt> and it will work even if the
string starts with a digit or has the format character in it.
<P>The second form sets the current prefix to c. Set the
prefix to 0 to disable formatting.