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/Cocoa/Fl_Cocoa_Screen_Driver.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/drivers/Cocoa') diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx index b955c0a97..94e0f0104 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx @@ -158,11 +158,7 @@ void Fl_Cocoa_Screen_Driver::screen_dpi(float &h, float &v, int n) } -/** - Emits a system beep message. - \param[in] type The beep type from the \ref Fl_Beep enumeration. - \note \#include - */ +// Implements fl_beep(). See documentation in src/fl_ask.cxx. void Fl_Cocoa_Screen_Driver::beep(int type) { switch (type) { case FL_BEEP_DEFAULT : -- cgit v1.2.3