From 15489bda1b2c9a4db82965a85634674d5d7f2dbe Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 24 Mar 2009 01:40:44 +0000 Subject: Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Counter.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Counter.H') 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;} }; -- cgit v1.2.3