mirror of
https://github.com/fltk/fltk.git
synced 2026-05-25 00:53:39 +08:00
Add Doxygen conditional operator to remove warnings about missing references
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user