Browse Source

Travis CI: API documentation update at 2014-01-12 12:44:17 UTC.
[ci skip]

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -1540,6 +1540,7 @@ bool Load(File);
 bool Save(File) const;
 bool Save(File) const;
 XMLElement CreateRoot(const String&);
 XMLElement CreateRoot(const String&);
 XMLElement GetRoot(const String& = String ( ));
 XMLElement GetRoot(const String& = String ( ));
+void Patch(XMLFile);
 
 
 // Properties:
 // Properties:
 /* (readonly) */
 /* (readonly) */

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -3646,6 +3646,7 @@ Properties:
 Methods:
 Methods:
 
 
 - XMLElement GetRoot(const String name = String::EMPTY)
 - XMLElement GetRoot(const String name = String::EMPTY)
+- void Patch(XMLFile* patchFile)
 
 
 ### Serializable : Object
 ### Serializable : Object
 
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -1461,6 +1461,7 @@ Methods:
 - bool Save(File@) const
 - bool Save(File@) const
 - XMLElement CreateRoot(const String&)
 - XMLElement CreateRoot(const String&)
 - XMLElement GetRoot(const String& = String ( ))
 - XMLElement GetRoot(const String& = String ( ))
+- void Patch(XMLFile@)
 
 
 Properties:
 Properties: