diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:44:37 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:44:37 +0200 |
commit | 71d53637b5bce5519800a5cadfa2e42750b8b793 (patch) | |
tree | 85bfe8288a7c5762ffb7f240a2ee7b02e5280329 /doc/classes/LineEdit.xml | |
parent | 86ed7a988419247479596947ce44279ee8b3528c (diff) |
doc: Fix scoped hyperlinks to same-class enums/methods
The class name does not need to be specified when it is the current class.
Diffstat (limited to 'doc/classes/LineEdit.xml')
-rw-r--r-- | doc/classes/LineEdit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index c336357109..44043a5a16 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -108,7 +108,7 @@ If [code]true[/code], the [LineEdit] width will increase to stay longer than the [member text]. It will [b]not[/b] compress if the [member text] is shortened. </member> <member name="focus_mode" type="int" setter="set_focus_mode" getter="get_focus_mode" enum="Control.FocusMode"> - Defines how the [LineEdit] can grab focus (Keyboard and mouse, only keyboard, or none). See [enum Control.FocusMode] in [Control] for details. + Defines how the [LineEdit] can grab focus (Keyboard and mouse, only keyboard, or none). See [enum Control.FocusMode] for details. </member> <member name="max_length" type="int" setter="set_max_length" getter="get_max_length"> Maximum amount of characters that can be entered inside the [LineEdit]. If [code]0[/code], there is no limit. |