# HG changeset patch # User glx22 # Date 2024-01-05 16:54:48 # Node ID 610342244c431344ddd650c49168c597f2223176 # Parent 078042dc9182362392384963f5cef8ac8e24d297 Fix #11689: properly close DOXYGEN_API block diff --git a/src/script/api/script_vehiclelist.hpp b/src/script/api/script_vehiclelist.hpp --- 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 */ }; /**