diff options
| author | Hein-Pieter van Braam | 2018-02-27 16:15:48 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-27 17:53:46 +0100 |
| commit | 7e5a374825a4af2a8c01abec11630195a318c410 (patch) | |
| tree | 0b0c2a0fd7221c2dedcb6ebdfc24c97660f09bb3 /modules | |
| parent | a850ebf352e9601d46ac116b5112e752a4717953 (diff) | |
| download | godot-7e5a374825a4af2a8c01abec11630195a318c410.tar.gz godot-7e5a374825a4af2a8c01abec11630195a318c410.tar.zst godot-7e5a374825a4af2a8c01abec11630195a318c410.zip | |
Deprecate a typo for a new method introduced in 3.0.1
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mono/doc_classes/@C#.xml | 2 | ||||
| -rw-r--r-- | modules/mono/doc_classes/CSharpScript.xml | 2 | ||||
| -rw-r--r-- | modules/mono/doc_classes/GodotSharp.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/mono/doc_classes/@C#.xml b/modules/mono/doc_classes/@C#.xml index 0f33c76eb..4897ab2b2 100644 --- a/modules/mono/doc_classes/@C#.xml +++ b/modules/mono/doc_classes/@C#.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="@C#" category="Core" version="3.0-stable"> +<class name="@C#" category="Core" version="3.0.2"> <brief_description> </brief_description> <description> diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index 3efe71f1b..6ada70469 100644 --- a/modules/mono/doc_classes/CSharpScript.xml +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="CSharpScript" inherits="Script" category="Core" version="3.0-stable"> +<class name="CSharpScript" inherits="Script" category="Core" version="3.0.2"> <brief_description> </brief_description> <description> diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index 1e5edf2a2..c79227dcf 100644 --- a/modules/mono/doc_classes/GodotSharp.xml +++ b/modules/mono/doc_classes/GodotSharp.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="GodotSharp" inherits="Object" category="Core" version="3.0-stable"> +<class name="GodotSharp" inherits="Object" category="Core" version="3.0.2"> <brief_description> </brief_description> <description> |
