diff options
| author | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
| commit | d5bb6faac77334154d2b16a3ff2d7ef6479b98be (patch) | |
| tree | d8cd67bd46525102b4ebd4dc3591981966fcdfd4 /doc/classes/Object.xml | |
| parent | 76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff) | |
| download | godot-d5bb6faa.tar.gz godot-d5bb6faa.tar.zst godot-d5bb6faa.zip | |
-Make sure that ProjectSettings are properly dumped when dumping docs.
-Documented all properties of project settings
Update documentation for ProjectSettings
Diffstat (limited to 'doc/classes/Object.xml')
| -rw-r--r-- | doc/classes/Object.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 071783636..ab49bc468 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -16,7 +16,7 @@ </demos> <methods> <method name="_get" qualifiers="virtual"> - <return type="void"> + <return type="Variant"> </return> <argument index="0" name="property" type="String"> </argument> |
