瀏覽代碼

Travis CI: API documentation update at 2017-03-19 03:39:21 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/8c91b0b32fb7226dd2f53445009358c562f779ce

Message: Use a dummy enum declaration to avoid duplicate Lua global constants.

urho3d-travis-ci 8 年之前
父節點
當前提交
03fdf19758
共有 2 個文件被更改,包括 1 次插入13 次删除
  1. 0 12
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 0 - 12
Docs/LuaScriptAPI.dox

@@ -7833,18 +7833,6 @@ Properties:
 - int REMOVE_COMPONENT
 - int REMOVE_COMPONENT
 - int REMOVE_NODE
 - int REMOVE_NODE
 
 
-### AutoRemoveMode
-
-- int REMOVE_DISABLED
-- int REMOVE_COMPONENT
-- int REMOVE_NODE
-
-### AutoRemoveMode
-
-- int REMOVE_DISABLED
-- int REMOVE_COMPONENT
-- int REMOVE_NODE
-
 ### BlendMode
 ### BlendMode
 
 
 - int BLEND_REPLACE
 - int BLEND_REPLACE

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.51
+0.1.52