Browse Source

Travis CI: API documentation update at 2015-06-30 09:45:49 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/caf78d617804ad552711396b51574e7f9abb921a

Message: Minor typo corection on binding and code comment.

urho3d-travis-ci 10 years ago
parent
commit
29e02e0ae8
3 changed files with 7 additions and 7 deletions
  1. 3 3
      Docs/AngelScriptAPI.h
  2. 3 3
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 3 - 3
Docs/AngelScriptAPI.h

@@ -4348,7 +4348,7 @@ bool WriteBool(bool);
 bool WriteBoundingBox(const BoundingBox&);
 bool WriteBoundingBox(const BoundingBox&);
 bool WriteByte(int8);
 bool WriteByte(int8);
 bool WriteColor(const Color&);
 bool WriteColor(const Color&);
-bool WriteDouble(float);
+bool WriteDouble(double);
 bool WriteFileID(const String&);
 bool WriteFileID(const String&);
 bool WriteFloat(float);
 bool WriteFloat(float);
 bool WriteInt(int);
 bool WriteInt(int);
@@ -8806,7 +8806,7 @@ bool WriteBool(bool);
 bool WriteBoundingBox(const BoundingBox&);
 bool WriteBoundingBox(const BoundingBox&);
 bool WriteByte(int8);
 bool WriteByte(int8);
 bool WriteColor(const Color&);
 bool WriteColor(const Color&);
-bool WriteDouble(float);
+bool WriteDouble(double);
 bool WriteFileID(const String&);
 bool WriteFileID(const String&);
 bool WriteFloat(float);
 bool WriteFloat(float);
 bool WriteInt(int);
 bool WriteInt(int);
@@ -11808,7 +11808,7 @@ bool WriteBool(bool);
 bool WriteBoundingBox(const BoundingBox&);
 bool WriteBoundingBox(const BoundingBox&);
 bool WriteByte(int8);
 bool WriteByte(int8);
 bool WriteColor(const Color&);
 bool WriteColor(const Color&);
-bool WriteDouble(float);
+bool WriteDouble(double);
 bool WriteFileID(const String&);
 bool WriteFileID(const String&);
 bool WriteFloat(float);
 bool WriteFloat(float);
 bool WriteInt(int);
 bool WriteInt(int);

+ 3 - 3
Docs/ScriptAPI.dox

@@ -6112,7 +6112,7 @@ Methods:
 - bool WriteBoundingBox(const BoundingBox&)
 - bool WriteBoundingBox(const BoundingBox&)
 - bool WriteByte(int8)
 - bool WriteByte(int8)
 - bool WriteColor(const Color&)
 - bool WriteColor(const Color&)
-- bool WriteDouble(float)
+- bool WriteDouble(double)
 - bool WriteFileID(const String&)
 - bool WriteFileID(const String&)
 - bool WriteFloat(float)
 - bool WriteFloat(float)
 - bool WriteInt(int)
 - bool WriteInt(int)
@@ -9988,7 +9988,7 @@ Methods:
 - bool WriteBoundingBox(const BoundingBox&)
 - bool WriteBoundingBox(const BoundingBox&)
 - bool WriteByte(int8)
 - bool WriteByte(int8)
 - bool WriteColor(const Color&)
 - bool WriteColor(const Color&)
-- bool WriteDouble(float)
+- bool WriteDouble(double)
 - bool WriteFileID(const String&)
 - bool WriteFileID(const String&)
 - bool WriteFloat(float)
 - bool WriteFloat(float)
 - bool WriteInt(int)
 - bool WriteInt(int)
@@ -12566,7 +12566,7 @@ Methods:
 - bool WriteBoundingBox(const BoundingBox&)
 - bool WriteBoundingBox(const BoundingBox&)
 - bool WriteByte(int8)
 - bool WriteByte(int8)
 - bool WriteColor(const Color&)
 - bool WriteColor(const Color&)
-- bool WriteDouble(float)
+- bool WriteDouble(double)
 - bool WriteFileID(const String&)
 - bool WriteFileID(const String&)
 - bool WriteFloat(float)
 - bool WriteFloat(float)
 - bool WriteInt(int)
 - bool WriteInt(int)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.116
+0.0.117