@noexpand tag
This tag can be used to prevent expansion the associated preprocessor macro.
See also Macros expansion.
Example [link]
/** @noexpand */
#define MACRO 42
This tag can be used to prevent expansion the associated preprocessor macro.
See also Macros expansion.
/** @noexpand */
#define MACRO 42