Changeset - r25639:20271bec4a10
[Not reviewed]
master
0 2 0
Loïc Guilloux - 3 years ago 2021-06-11 14:40:04
glx22@users.noreply.github.com
Fix: [Script] doxygen_filter is very strict about DOXYGEN_API usage (#9351)
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_priorityqueue.hpp
Show inline comments
 
@@ -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.
src/script/api/script_text.hpp
Show inline comments
 
@@ -88,7 +88,7 @@ public:
 
	 * @param ... Optional arguments for this string.
 
	 */
 
	ScriptText(StringID string, ...);
 
#endif
 
#endif /* DOXYGEN_API */
 
	~ScriptText();
 

	
 
#ifndef DOXYGEN_API
0 comments (0 inline, 0 general)