Doxygen fix for FL_DEPRECATED

This commit is contained in:
Matthias Melcher
2023-02-05 00:21:35 +01:00
parent 130a1c21a7
commit fa9915e1e3
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -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 */
/*