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/Wayland/Fl_Wayland_Screen_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/Wayland') diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index bc3c67c72..cfd83adc3 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -1251,6 +1251,7 @@ void Fl_Wayland_Screen_Driver::screen_dpi(float &h, float &v, int n) } +// Implements fl_beep(). See documentation in src/fl_ask.cxx. void Fl_Wayland_Screen_Driver::beep(int type) { fprintf(stderr, "\007"); -- cgit v1.2.3