summaryrefslogtreecommitdiff
path: root/doc/classes/Input.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-29 15:24:23 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-06-30 13:58:07 +0200
commitb9aa13e5917b45a540e92e50b81f7bc923e493d1 (patch)
tree650e22aebcba0709de6c8f6d75542af631c72088 /doc/classes/Input.xml
parentc6cea6e9b372f403a5906813bf5db8583d747d06 (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.xml2
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">