FLTK logo

[master] e2049c7 - Add Doxygen conditional operator to remove warnings about missing references

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Library      Forums      Links      Apps     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] e2049c7 - Add Doxygen conditional operator to remove warnings about missing references "ManoloFLTK" 07:17 Sep 09  
 
commit e2049c708bf0f856baef8346c503fad835919849
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Tue Sep 9 10:04:55 2025 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Tue Sep 9 10:04:55 2025 +0200

    Add Doxygen conditional operator to remove warnings about missing references

 src/Fl_lock.cxx | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git src/Fl_lock.cxx src/Fl_lock.cxx
index 3f891c9..8f2b2d4 100644
--- src/Fl_lock.cxx
+++ 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
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.