summaryrefslogtreecommitdiff
path: root/FL/Fl_Counter.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Counter.H')
-rw-r--r--FL/Fl_Counter.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H
index f881a0279..3e96c6537 100644
--- a/FL/Fl_Counter.H
+++ b/FL/Fl_Counter.H
@@ -102,17 +102,17 @@ public:
/** Gets the text font */
Fl_Font textfont() const {return textfont_;}
- /** Sets the text font to \a s */
+ /** Sets the text font to \p s */
void textfont(Fl_Font s) {textfont_ = s;}
/** Gets the font size */
Fl_Fontsize textsize() const {return textsize_;}
- /** Sets the font size to \a s */
+ /** Sets the font size to \p s */
void textsize(Fl_Fontsize s) {textsize_ = s;}
/** Gets the font color */
Fl_Color textcolor() const {return (Fl_Color)textcolor_;}
- /** Sets the font color to \a s */
+ /** Sets the font color to \p s */
void textcolor(unsigned s) {textcolor_ = s;}
};