summaryrefslogtreecommitdiff
path: root/src/Fl_lock.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-09 10:04:55 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-09 10:04:55 +0200
commite2049c708bf0f856baef8346c503fad835919849 (patch)
tree3c542735e907f96daab4bbe5dfcd10724a04e426 /src/Fl_lock.cxx
parentafc16b3331ca5656fd3fcde266e2c858327d6db3 (diff)
Add Doxygen conditional operator to remove warnings about missing references
Diffstat (limited to 'src/Fl_lock.cxx')
-rw-r--r--src/Fl_lock.cxx10
1 files changed, 10 insertions, 0 deletions
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().
@@ -178,6 +183,11 @@ bool Fl_System_Driver::awake_ring_empty() {
}
/**
+ \}
+ \endcond
+ */
+
+/**
\brief Notifies the main GUI thread from a worker thread.
In FLTK, worker threads can update the UI, but all UI changes must be wrapped