mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +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 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…
Reference in New Issue
Block a user