Changeset - r28400:610342244c43
[Not reviewed]
master
0 1 0
glx22 - 11 months ago 2024-01-05 16:54:48
glx@openttd.org
Fix #11689: properly close DOXYGEN_API block
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_vehiclelist.hpp
Show inline comments
 
@@ -42,13 +42,13 @@ public:
 
	ScriptVehicleList(void *filter_function, int params, ...);
 
#else
 
	/**
 
	 * The constructor wrapper from Squirrel.
 
	 */
 
	ScriptVehicleList(HSQUIRRELVM vm);
 
#endif
 
#endif /* DOXYGEN_API */
 
};
 

	
 
/**
 
 * Creates a list of vehicles that have orders to a given station.
 
 * @api ai game
 
 * @ingroup ScriptList
0 comments (0 inline, 0 general)