Browse Source

Travis CI: API documentation update at 2014-09-23 07:25:16 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
5be661b29a
4 changed files with 4 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Engine/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -3253,6 +3253,7 @@ void SetAppStats(const String&, const String&);
 void SetAppStats(const String&, const Variant&);
 void Toggle(uint);
 void ToggleAll();
+void Update();
 
 // Properties:
 /* readonly */

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -1651,6 +1651,7 @@ Properties:
 
 Methods:
 
+- void Update()
 - void SetDefaultStyle(XMLFile* style)
 - void SetMode(unsigned mode)
 - void SetProfilerMaxDepth(unsigned depth)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -4974,6 +4974,7 @@ Methods:
 - void SetAppStats(const String&, const Variant&)
 - void Toggle(uint)
 - void ToggleAll()
+- void Update()
 
 Properties:
 

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.19
+0.0.20