Browse Source

Travis CI: API documentation update at 2014-01-29 08:09:08 UTC.
[ci skip]

urho3d-travis-ci 12 years ago
parent
commit
b4c67e545e
3 changed files with 6 additions and 0 deletions
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -8765,7 +8765,9 @@ const String& GetTypeName(ShortStringHash);
 void SubscribeToEvent(Object, const String&, const String&);
 void SubscribeToEvent(const String&, const String&);
 float Tan(float);
+uint ToLower(uint);
 String ToStringHex(int);
+uint ToUpper(uint);
 void UnsubscribeFromAllEvents();
 void UnsubscribeFromAllEventsExcept(Array<String>);
 void UnsubscribeFromEvent(Object, const String&);

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -5417,6 +5417,8 @@ Properties:
 - String ToStringHex(unsigned value)
 - bool IsAlpha(unsigned ch)
 - bool IsDigit(unsigned ch)
+- unsigned ToUpper(unsigned ch)
+- unsigned ToLower(unsigned ch)
 - String GetPath(const String fullPath)
 - String GetFileName(const String fullPath)
 - String GetExtension(const String fullPath, bool lowercaseExtension = true)

+ 2 - 0
Docs/ScriptAPI.dox

@@ -7437,7 +7437,9 @@ Properties:
 - void SubscribeToEvent(Object@, const String&, const String&)
 - void SubscribeToEvent(const String&, const String&)
 - float Tan(float)
+- uint ToLower(uint)
 - String ToStringHex(int)
+- uint ToUpper(uint)
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEventsExcept(String[]@)
 - void UnsubscribeFromEvent(Object@, const String&)