summaryrefslogtreecommitdiff
path: root/src/forms_timer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/forms_timer.cxx')
-rw-r--r--src/forms_timer.cxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx
index ad4444572..180789bdc 100644
--- a/src/forms_timer.cxx
+++ b/src/forms_timer.cxx
@@ -137,14 +137,13 @@ Fl_Timer::~Fl_Timer() {
Creates a new Fl_Timer widget using the given type, position,
size, and label string. The type parameter can be any of the
following symbolic constants:
- <UL>
- <LI>FL_NORMAL_TIMER - The timer just does the callback and
- displays the string "Timer" in the widget. </LI>
- <LI>FL_VALUE_TIMER - The timer does the callback and displays
- the current timer value in the widget. </LI>
- <LI>FL_HIDDEN_TIMER - The timer just does the callback and
- does not display anything. </LI>
- </UL>
+
+ \li FL_NORMAL_TIMER - The timer just does the callback and
+ displays the string "Timer" in the widget.
+ \li FL_VALUE_TIMER - The timer does the callback and displays
+ the current timer value in the widget.
+ \li FL_HIDDEN_TIMER - The timer just does the callback and
+ does not display anything.
*/
Fl_Timer::Fl_Timer(uchar t, int X, int Y, int W, int H, const char* l)