diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-11-19 21:02:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-19 21:02:13 +0100 |
commit | 1552dbfb21f005ae7f747b8867f9da553b678b77 (patch) | |
tree | d08b82753a8b505cd2286774924bd85324bef271 /doc/classes/InputMap.xml | |
parent | 249c11784acd1c2b206efc2ab408c638bcd01287 (diff) | |
parent | 7c3ba6f72bf06755cec0439d8560ca72ef80b780 (diff) |
Merge pull request #13001 from capnm/fix_class_docs_inline_markup
Fix the class docs for the rst-syntax errors.
[ci skip]
Diffstat (limited to 'doc/classes/InputMap.xml')
-rw-r--r-- | doc/classes/InputMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml index a04b9e78ae..d5a1d85def 100644 --- a/doc/classes/InputMap.xml +++ b/doc/classes/InputMap.xml @@ -4,7 +4,7 @@ Singleton that manages [InputEventAction]. </brief_description> <description> - Manages all [InputEventAction] which can be created/modified from the project settings menu [code]Project > Project Settings > Input Map[/Code] or in code with [method add_action] and [method action_add_event]. See [method Node._input]. + Manages all [InputEventAction] which can be created/modified from the project settings menu [code]Project > Project Settings > Input Map[/code] or in code with [method add_action] and [method action_add_event]. See [method Node._input]. </description> <tutorials> http://docs.godotengine.org/en/stable/learning/features/inputs/inputevent.html#inputmap |