mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
Fix: [Script] doxygen_filter is very strict about DOXYGEN_API usage (#9351)
This commit is contained in:
parent
ef25afd55a
commit
ee5f23382d
@ -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.
|
||||
|
@ -88,7 +88,7 @@ public:
|
||||
* @param ... Optional arguments for this string.
|
||||
*/
|
||||
ScriptText(StringID string, ...);
|
||||
#endif
|
||||
#endif /* DOXYGEN_API */
|
||||
~ScriptText();
|
||||
|
||||
#ifndef DOXYGEN_API
|
||||
|
Loading…
Reference in New Issue
Block a user