From f8d915cfe684b957948ce86e324a936a8cb25fb1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 22 Nov 2023 22:17:25 +0100 Subject: Fixes warning in Fl_Tile by Doxygen --- src/Fl_Tile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3