1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 17:49:10 +00:00

Fix #11689: properly close DOXYGEN_API block

This commit is contained in:
glx22
2024-01-05 17:54:48 +01:00
parent 1bf3649af7
commit b1f87c54b6

View File

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