mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 04:55:29 +08:00
Fix Doxygen warning for older Doxygen versions
Note: doxygen versions < 1.9.6 are not recommended for PDF docs
but *may* work for HTML documentation.
This commit is contained in:
+7
-7
@@ -2,7 +2,7 @@
|
|||||||
// Fl_Terminal - A terminal widget for Fast Light Tool Kit (FLTK).
|
// Fl_Terminal - A terminal widget for Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 2022 by Greg Ercolano.
|
// Copyright 2022 by Greg Ercolano.
|
||||||
// Copyright 2024 by Bill Spitzak and others.
|
// Copyright 2024-2025 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software. Distribution and use rights are outlined in
|
// This library is free software. Distribution and use rights are outlined in
|
||||||
// the file "COPYING" which should have been included with this file. If this
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -829,10 +829,10 @@ public:
|
|||||||
/**
|
/**
|
||||||
Vertical scrollbar. This is public so it can be accessed directly, e.g.
|
Vertical scrollbar. This is public so it can be accessed directly, e.g.
|
||||||
|
|
||||||
- \ref Fl_Scrollbar::value(void) "scrollbar->value(void)" returns the row offset
|
- \ref Fl_Scrollbar::value() "scrollbar->value()" returns the row offset
|
||||||
from the bottom of the display, 0 being the bottom (default).
|
from the bottom of the display, 0 being the bottom (default).
|
||||||
- \ref Fl_Scrollbar::value(int) "scrollbar->value(int)" similarly sets the row offset,
|
- \ref Fl_Scrollbar::value(int) "scrollbar->value(int)" similarly sets the row
|
||||||
which should be in the range [0 .. Fl_Scrollbar::maximum()].
|
offset, which should be in the range [0 .. Fl_Scrollbar::maximum()].
|
||||||
- \ref Fl_Scrollbar::step(double) "scrollbar->step(double)" sets the smoothness
|
- \ref Fl_Scrollbar::step(double) "scrollbar->step(double)" sets the smoothness
|
||||||
of scrolling, default is 0.25 for 4 steps of motion per column.
|
of scrolling, default is 0.25 for 4 steps of motion per column.
|
||||||
|
|
||||||
@@ -843,10 +843,10 @@ public:
|
|||||||
/**
|
/**
|
||||||
Horizontal scrollbar. This is public so it can be accessed directly, e.g.
|
Horizontal scrollbar. This is public so it can be accessed directly, e.g.
|
||||||
|
|
||||||
- \ref Fl_Scrollbar::value(void) "hscrollbar->value(void)" returns the column offset
|
- \ref Fl_Scrollbar::value() "hscrollbar->value()" returns the column offset
|
||||||
position from the left edge of the display; 0 being the left edge (default).
|
position from the left edge of the display; 0 being the left edge (default).
|
||||||
- \ref Fl_Scrollbar::value(int) "hscrollbar->value(int)" similarly sets the column offset,
|
- \ref Fl_Scrollbar::value(int) "hscrollbar->value(int)" similarly sets the column
|
||||||
which should be in the range [0 .. Fl_Scrollbar::maximum()].
|
offset, which should be in the range [0 .. Fl_Scrollbar::maximum()].
|
||||||
- \ref Fl_Scrollbar::step(double) "hscrollbar->step(double)" sets the smoothness
|
- \ref Fl_Scrollbar::step(double) "hscrollbar->step(double)" sets the smoothness
|
||||||
of scrolling, default is 0.25 for 4 steps of motion per column.
|
of scrolling, default is 0.25 for 4 steps of motion per column.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user