core: add \deprecated automatically
This commit is contained in:
committed by
Peter D. Barnes, Jr.
parent
7c39050169
commit
df5b0aff81
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user