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

This commit is contained in:
Loïc Guilloux
2021-06-11 16:40:04 +02:00
committed by GitHub
parent ef25afd55a
commit ee5f23382d
2 changed files with 2 additions and 2 deletions

View File

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