summaryrefslogtreecommitdiff
path: root/doc/classes/InputEventJoypadMotion.xml
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2019-03-29 23:37:35 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2019-03-29 23:47:35 +0100
commitd80bc5cbbab71fb9b8f25ec56a0baa5b4cee68a9 (patch)
treeff8c5d6c286c0dfc9db349090bffcda730b58e22 /doc/classes/InputEventJoypadMotion.xml
parentc8aa85189a8736bb9723770b9409e6f9c00fc249 (diff)
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
Diffstat (limited to 'doc/classes/InputEventJoypadMotion.xml')
-rw-r--r--doc/classes/InputEventJoypadMotion.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEventJoypadMotion.xml b/doc/classes/InputEventJoypadMotion.xml
index 132215884b..92100e2ffa 100644
--- a/doc/classes/InputEventJoypadMotion.xml
+++ b/doc/classes/InputEventJoypadMotion.xml
@@ -4,7 +4,7 @@
Input event type for gamepad joysticks and other motions. For buttons see [code]InputEventJoypadButton[/code].
</brief_description>
<description>
- Stores information about joystick motions. One [code]InputEventJoypadMotion[/code] represents one axis at a time.
+ Stores information about joystick motions. One [InputEventJoypadMotion] represents one axis at a time.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html</link>