瀏覽代碼

Travis CI: API documentation update at 2014-05-13 19:17:55 UTC.
[ci package]

urho3d-travis-ci 11 年之前
父節點
當前提交
8a485cd7b5
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -11143,6 +11143,7 @@ class XMLFile
 {
 // Methods:
 XMLElement CreateRoot(const String&);
+bool FromString(const String&);
 XMLElement GetRoot(const String& = String ( ));
 bool Load(File);
 bool Load(VectorBuffer&);

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -5992,6 +5992,7 @@ Methods:
 - XMLFile() (GC)
 - XMLFile* new()
 - void delete()
+- bool FromString(const String source)
 - XMLElement CreateRoot(const String name = String::EMPTY)
 - XMLElement GetRoot(const String name = String::EMPTY)
 - void Patch(XMLFile* patchFile)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -11454,6 +11454,7 @@ Properties:
 Methods:
 
 - XMLElement CreateRoot(const String&)
+- bool FromString(const String&)
 - XMLElement GetRoot(const String& = String ( ))
 - bool Load(File@)
 - bool Load(VectorBuffer&)