From e2049c708bf0f856baef8346c503fad835919849 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:04:55 +0200 Subject: Add Doxygen conditional operator to remove warnings about missing references --- src/Fl_lock.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/Fl_lock.cxx b/src/Fl_lock.cxx index 3f891c9c4..8f2b2d4da 100644 --- a/src/Fl_lock.cxx +++ b/src/Fl_lock.cxx @@ -76,6 +76,11 @@ bool Fl_System_Driverawake_pending_ = false; #endif +/** + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ /** \brief Adds an awake handler for use in awake(). @@ -177,6 +182,11 @@ bool Fl_System_Driver::awake_ring_empty() { return retval; } +/** + \} + \endcond + */ + /** \brief Notifies the main GUI thread from a worker thread. -- cgit v1.2.3