mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
Doxygen fix for FL_DEPRECATED
This commit is contained in:
+4
-2
@@ -54,10 +54,12 @@
|
||||
FL_DEPRECATED("Outdated, don't use", int position()) { return position_; }
|
||||
\endcode
|
||||
*/
|
||||
#define FL_DEPRECATED(msg, func) [[deprecated(msg)]] func
|
||||
#define FL_DEPRECATED(msg, func) \
|
||||
/##*##* \deprecated msg *##/ \
|
||||
func
|
||||
|
||||
|
||||
#else
|
||||
#else /* FL_DOXYGEN */
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user