diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-11-15 21:54:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 21:54:21 +0100 |
commit | c7f7dd3e3e3592264a05e0dc7ee5f1ea37fad738 (patch) | |
tree | a22a88d22bd079a8404150fbf5b870df6046240e /doc/classes/File.xml | |
parent | 4d08e7c4204ff3fa0e17e0de7e5a08ef03968202 (diff) | |
parent | 11e07d18bd80c0b7d8836698d98e058750e33660 (diff) |
Merge pull request #12954 from akien-mga/docs
Make module docs self-contained and various improvements
Diffstat (limited to 'doc/classes/File.xml')
-rw-r--r-- | doc/classes/File.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/File.xml b/doc/classes/File.xml index 6272d4105c..8ec56e9c48 100644 --- a/doc/classes/File.xml +++ b/doc/classes/File.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="File" inherits="Reference" category="Core" version="3.0.alpha.custom_build"> +<class name="File" inherits="Reference" category="Core" version="3.0-alpha"> <brief_description> Type to handle file reading and writing operations. </brief_description> @@ -120,7 +120,7 @@ <return type="int" enum="Error"> </return> <description> - Returns the last error that happened when trying to perform operations. Compare with the [code]ERR_FILE_*[/code] constants from [@Global Scope]. + Returns the last error that happened when trying to perform operations. Compare with the [code]ERR_FILE_*[/code] constants from [@GlobalScope]. </description> </method> <method name="get_float" qualifiers="const"> |