Browse Source

Travis CI: API documentation update at 2017-10-28 18:04:11 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/56f4c6cb798cc78db4e3b7c9126301decbacd98d

Message: Minor changes in ScriptInstance. Use &inout qualifier for AS Array::Swap.

urho3d-travis-ci 8 years ago
parent
commit
0c43256b28
3 changed files with 3 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -629,6 +629,7 @@ void Sort();
 void Sort(uint, uint);
 void SortReverse();
 void SortReverse(uint, uint);
+bool Swap(Array<T>&);
 
 // Properties:
 /* readonly */

+ 1 - 0
Docs/ScriptAPI.dox

@@ -3409,6 +3409,7 @@ Methods:
 - void Sort(uint, uint)
 - void SortReverse()
 - void SortReverse(uint, uint)
+- bool Swap(T[]&)
 
 Properties:
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.94
+0.1.95