diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-29 15:24:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-30 13:58:07 +0200 |
commit | b9aa13e5917b45a540e92e50b81f7bc923e493d1 (patch) | |
tree | 650e22aebcba0709de6c8f6d75542af631c72088 /doc/classes/Input.xml | |
parent | c6cea6e9b372f403a5906813bf5db8583d747d06 (diff) |
doc: Remove hardcoded default values from descriptions
They are now generated automatically by doctool.
Diffstat (limited to 'doc/classes/Input.xml')
-rw-r--r-- | doc/classes/Input.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index cae8356094..efd8d33faf 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -335,7 +335,7 @@ <argument index="0" name="enable" type="bool"> </argument> <description> - Whether to accumulate similar input events sent by the operating system. Defaults to [code]true[/code]. + Whether to accumulate similar input events sent by the operating system. Enabled by default. </description> </method> <method name="start_joy_vibration"> |