1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-17 03:29:09 +00:00

Fix #11689: properly close DOXYGEN_API block

This commit is contained in:
glx22
2024-01-05 17:54:48 +01:00
committed by Loïc Guilloux
parent 4c1ddb1479
commit 707e8001be

@@ -45,7 +45,7 @@ public:
* The constructor wrapper from Squirrel. * The constructor wrapper from Squirrel.
*/ */
ScriptVehicleList(HSQUIRRELVM vm); ScriptVehicleList(HSQUIRRELVM vm);
#endif #endif /* DOXYGEN_API */
}; };
/** /**