From 71d53637b5bce5519800a5cadfa2e42750b8b793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 27 Jun 2019 11:44:37 +0200 Subject: doc: Fix scoped hyperlinks to same-class enums/methods The class name does not need to be specified when it is the current class. --- doc/classes/LineEdit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/LineEdit.xml') 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. - 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. Maximum amount of characters that can be entered inside the [LineEdit]. If [code]0[/code], there is no limit. -- cgit v1.2.3