diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-11-19 21:02:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-19 21:02:13 +0100 |
commit | 1552dbfb21f005ae7f747b8867f9da553b678b77 (patch) | |
tree | d08b82753a8b505cd2286774924bd85324bef271 /doc/classes/Control.xml | |
parent | 249c11784acd1c2b206efc2ab408c638bcd01287 (diff) | |
parent | 7c3ba6f72bf06755cec0439d8560ca72ef80b780 (diff) |
Merge pull request #13001 from capnm/fix_class_docs_inline_markup
Fix the class docs for the rst-syntax errors.
[ci skip]
Diffstat (limited to 'doc/classes/Control.xml')
-rw-r--r-- | doc/classes/Control.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 03871802b7..57966fb74e 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -60,7 +60,7 @@ <argument index="1" name="constant" type="int"> </argument> <description> - Overrides an integer constant in the [theme] resource the node uses. If the [code]constant[code] is invalid, Godot clears the override. See [member Theme.INVALID_CONSTANT] for more information. + Overrides an integer constant in the [Theme] resource the node uses. If the [code]constant[/code] is invalid, Godot clears the override. See [member Theme.INVALID_CONSTANT] for more information. </description> </method> <method name="add_font_override"> |