From 707e8001becbced1a56e4d7c25258b1ccfb0e267 Mon Sep 17 00:00:00 2001 From: glx22 Date: Fri, 5 Jan 2024 17:54:48 +0100 Subject: [PATCH] Fix #11689: properly close DOXYGEN_API block --- src/script/api/script_vehiclelist.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/api/script_vehiclelist.hpp b/src/script/api/script_vehiclelist.hpp index 942e50b7ce..c629bc48d2 100644 --- a/src/script/api/script_vehiclelist.hpp +++ b/src/script/api/script_vehiclelist.hpp @@ -45,7 +45,7 @@ public: * The constructor wrapper from Squirrel. */ ScriptVehicleList(HSQUIRRELVM vm); -#endif +#endif /* DOXYGEN_API */ }; /**