Browse Source

Travis CI: API documentation update at 2018-06-09 16:05:38 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/48bf1228aaeab8f8bfe6207473b5c86623635c74

Message: Correct code comment.
Close #2315

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

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -17362,7 +17362,7 @@ String SOUND_EFFECT;
 String SOUND_MASTER;
 String SOUND_MUSIC;
 String SOUND_VOICE;
-Color TRANSPARENT;
+Color TRANSPARENT_BLACK;
 uint VO_DISABLE_OCCLUSION;
 uint VO_DISABLE_SHADOWS;
 uint VO_LOW_MATERIAL_QUALITY;

+ 1 - 1
Docs/LuaScriptAPI.dox

@@ -1174,7 +1174,7 @@ Properties:
 - const Color CYAN
 - const Color MAGENTA
 - const Color YELLOW
-- const Color TRANSPARENT
+- const Color TRANSPARENT_BLACK
 
 <a name="Class_ColorFrame"></a>
 ### ColorFrame

+ 1 - 1
Docs/ScriptAPI.dox

@@ -17879,7 +17879,7 @@ Properties:
 - String SOUND_MASTER
 - String SOUND_MUSIC
 - String SOUND_VOICE
-- Color TRANSPARENT
+- Color TRANSPARENT_BLACK
 - uint VO_DISABLE_OCCLUSION
 - uint VO_DISABLE_SHADOWS
 - uint VO_LOW_MATERIAL_QUALITY

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.112
+0.1.113