From 010b179489af8968aa511b6464fa2e0a817450ad Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:11:10 +0200 Subject: Remove Doxygen warning in Fl_Tile.cxx line 185 The warning was warning: End of list marker found without any preceding list items. --- src/Fl_Tile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Tile.cxx') diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index 5c238e487..b0f41ee89 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -181,7 +181,7 @@ void Fl_Tile::resize(int X,int Y,int W,int H) { } /** - Set one of four cursors used for dragging etc.. + Set one of four cursors used for dragging etc… Fl_Tile uses an array of four cursors that are set depending on user actions: - 0: normal cursor -- cgit v1.2.3