Fix: [Script] doxygen_filter is very strict about DOXYGEN_API usage (#9351)

(cherry picked from commit ee5f23382d)
pull/326/head
Loïc Guilloux 3 years ago committed by Jonathan G Rennison
parent 0a7a4e06ad
commit 0f05fc8573

@ -76,7 +76,7 @@ public:
SQInteger Peek(HSQUIRRELVM vm); SQInteger Peek(HSQUIRRELVM vm);
SQInteger Exists(HSQUIRRELVM vm); SQInteger Exists(HSQUIRRELVM vm);
SQInteger Clear(HSQUIRRELVM vm); SQInteger Clear(HSQUIRRELVM vm);
#endif #endif /* DOXYGEN_API */
/** /**
* Check if the queue is empty. * Check if the queue is empty.

@ -88,7 +88,7 @@ public:
* @param ... Optional arguments for this string. * @param ... Optional arguments for this string.
*/ */
ScriptText(StringID string, ...); ScriptText(StringID string, ...);
#endif #endif /* DOXYGEN_API */
~ScriptText(); ~ScriptText();
#ifndef DOXYGEN_API #ifndef DOXYGEN_API

Loading…
Cancel
Save