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

(cherry picked from commit ee5f23382d)
This commit is contained in:
Loïc Guilloux
2021-06-11 16:40:04 +02:00
committed by Jonathan G Rennison
parent 0a7a4e06ad
commit 0f05fc8573
2 changed files with 2 additions and 2 deletions

View File

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

View File

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