From 6ecc8e9b3da8121ecb7d370598205ab86a13a294 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 20 Mar 2016 20:58:52 +0100 Subject: [PATCH] fix JSON luadoc format --- libs/lua/LuaBridge/detail/Namespace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/lua/LuaBridge/detail/Namespace.h b/libs/lua/LuaBridge/detail/Namespace.h index ef571be7e7..6c2800889d 100644 --- a/libs/lua/LuaBridge/detail/Namespace.h +++ b/libs/lua/LuaBridge/detail/Namespace.h @@ -66,7 +66,7 @@ std::string type_name() #define KEYEND "\"] = " #else // JSON #define KEYSTA "\"" -#define KEYEND "\" = " +#define KEYEND "\" : " #endif #define CLASSDOC(TYPE, LUANAME, DECL, PARENTDECL) \