core: add \deprecated automatically

This commit is contained in:
Peter D. Barnes, Jr
2024-04-29 13:44:39 -07:00
committed by Peter D. Barnes, Jr.
parent 7c39050169
commit df5b0aff81

View File

@@ -81,7 +81,7 @@
* \param msg Optional message to add to the compiler warning.
*
*/
#define NS_DEPRECATED(msg) [[deprecated(msg)]]
#define NS_DEPRECATED(msg) /** \deprecated msg */ [[deprecated(msg)]]
/**
* \ingroup deprecation