summaryrefslogtreecommitdiff
path: root/src/Fl_Tile.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-22 22:17:25 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-22 22:17:35 +0100
commitf8d915cfe684b957948ce86e324a936a8cb25fb1 (patch)
treec283ea66cb6e777c46fca4ebcc94c3bcb2aefa8e /src/Fl_Tile.cxx
parent9894812644ba1f24ed32605b16a64c6b6bf2935b (diff)
Fixes warning in Fl_Tile by Doxygen
Diffstat (limited to 'src/Fl_Tile.cxx')
-rw-r--r--src/Fl_Tile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx
index 5ca233aad..5c26d3f10 100644
--- a/src/Fl_Tile.cxx
+++ b/src/Fl_Tile.cxx
@@ -737,7 +737,7 @@ void Fl_Tile::size_range(int index, int minw, int minh, int maxw, int maxh) {
Fl_Tile currently supports only the minimal width and height setting.
- \param[in] index set the range for the child at this index
+ \param[in] w set the range for this child widget
\param[in] minw, minh minimum width and height for that child
\param[in] maxw, maxh maximum size, defaults to infinite, currently ignored
*/