From 74b9d5fb05c495320366bb84c216cabc79e36224 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 11 Nov 2022 16:52:08 +0100 Subject: Remove redundant doxygen docs of fl_beep() Also add a comment to all platform driver implementations. --- src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index 92f34b9ce..1f9ed3249 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -231,6 +231,7 @@ int Fl_WinAPI_Screen_Driver::w() } +// Implements fl_beep(). See documentation in src/fl_ask.cxx. void Fl_WinAPI_Screen_Driver::beep(int type) { switch (type) { -- cgit v1.2.3