summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-10-10 20:06:46 +0200
committerGitHub <noreply@github.com>2016-10-10 20:06:46 +0200
commitabfa42dd390f4e15771200763cce50d154c0c56c (patch)
treee40c67829409c675826acd80f2b1073c5433484b /doc/base
parentfea1fb0925142c3279fd3afaf27e80e78cd2e1e8 (diff)
parent42c72eee662fb423913a9515f5ccfb1c4ecf7f4c (diff)
Merge pull request #6781 from volzhs/unnecessary-parentheses
Remove unnecessary parentheses [ci skip]
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index a65f4abc46..f7abc8a3d5 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -11813,7 +11813,7 @@
<argument index="1" name="canvas" type="Control">
</argument>
<description>
- This function is called every time the 2D canvas editor draws (which overlays over the edited scene). Drawing over the supplied control will draw over the edited scene. To convert from control coordinates to edited scene coordinates (including zoom and offset), a transform is also provided. If you require this control to be redraw, call [method update_canvas]().
+ This function is called every time the 2D canvas editor draws (which overlays over the edited scene). Drawing over the supplied control will draw over the edited scene. To convert from control coordinates to edited scene coordinates (including zoom and offset), a transform is also provided. If you require this control to be redraw, call [method update_canvas].
</description>
</method>
<method name="forward_spatial_input_event" qualifiers="virtual">
@@ -12010,7 +12010,7 @@
</method>
<method name="update_canvas">
<description>
- Updates the control used to draw the edited scene over the 2D canvas. This is used together with [method forward_canvas_input_event]().
+ Updates the control used to draw the edited scene over the 2D canvas. This is used together with [method forward_canvas_input_event].
</description>
</method>
</methods>