Browse Source

Fix site documentation update.

Yao Wei Tjong 姚伟忠 12 years ago
parent
commit
452ca871fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Engine/LuaScript/pkgs/pkgToDox.lua

+ 1 - 1
Source/Engine/LuaScript/pkgs/pkgToDox.lua

@@ -195,7 +195,7 @@ function writeGlobalFunctions(ofile)
 end
 end
 
 
 function writeGlobalProperties(ofile)
 function writeGlobalProperties(ofile)
-    ofile:write("\\\section LuaScriptAPI_GlobalProperties Global properties\n")
+    ofile:write("\\section LuaScriptAPI_GlobalProperties Global properties\n")
     for _, line in ipairs(globalProperties) do
     for _, line in ipairs(globalProperties) do
         line = line:gsub("tolua_property__get_set ", "")
         line = line:gsub("tolua_property__get_set ", "")
         line = line:gsub(";", "")
         line = line:gsub(";", "")