From fa9915e1e3d551e6f647e60a36bd01f0e6ed2346 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 5 Feb 2023 00:21:35 +0100 Subject: Doxygen fix for FL_DEPRECATED --- FL/fl_attr.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/fl_attr.h b/FL/fl_attr.h index a75f0c0d8..88e03a90a 100644 --- a/FL/fl_attr.h +++ b/FL/fl_attr.h @@ -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 */ /* -- cgit v1.2.3