summaryrefslogtreecommitdiff
path: root/FL/Fl_Counter.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-05 16:07:14 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-05 16:07:14 +0100
commit515680a633078bcde6984258c33d6774413493b9 (patch)
tree951c6cd19d50b25dafbbb1b00641e3d94995716c /FL/Fl_Counter.H
parent589c1f31c313e1b9630b63a5cd91de6a1ff8872d (diff)
Remove a bunch of \todo items from documentation
Diffstat (limited to 'FL/Fl_Counter.H')
-rw-r--r--FL/Fl_Counter.H4
1 files changed, 1 insertions, 3 deletions
diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H
index 2f6452318..dddcfa4dc 100644
--- a/FL/Fl_Counter.H
+++ b/FL/Fl_Counter.H
@@ -37,9 +37,7 @@
\image html counter.png
\image latex counter.png "Fl_Counter" width=4cm
- \todo Refactor the doxygen comments for Fl_Counter type() documentation.
-
- The type of an Fl_Counter object can be set using type(uchar t) to:
+ The type of an Fl_Counter object can be set using Fl_Widget::type(uchar) to:
\li \c FL_NORMAL_COUNTER: Displays a counter with 4 arrow buttons.
\li \c FL_SIMPLE_COUNTER: Displays a counter with only 2 arrow buttons.
*/