diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-22 22:17:25 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-22 22:17:35 +0100 |
| commit | f8d915cfe684b957948ce86e324a936a8cb25fb1 (patch) | |
| tree | c283ea66cb6e777c46fca4ebcc94c3bcb2aefa8e | |
| parent | 9894812644ba1f24ed32605b16a64c6b6bf2935b (diff) | |
Fixes warning in Fl_Tile by Doxygen
| -rw-r--r-- | src/Fl_Tile.cxx | 2 |
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 */ |
