doc: Rename "@Global Scope" to "@GlobalScope"

Spaces in filenames are evil.
This commit is contained in:
Rémi Verschelde 2017-11-15 18:45:34 +01:00
parent 967bfb0c4a
commit e7701bb2de
17 changed files with 33 additions and 33 deletions

View file

@ -57,7 +57,7 @@
</methods>
<members>
<member name="button_mask" type="int" setter="set_button_mask" getter="get_button_mask">
Mouse button mask identifier, one of or a bitwise combination of the BUTTON_MASK_* constants in [@Global Scope].
Mouse button mask identifier, one of or a bitwise combination of the BUTTON_MASK_* constants in [@GlobalScope].
</member>
<member name="global_position" type="Vector2" setter="set_global_position" getter="get_global_position">
Mouse position relative to the current [Viewport] when used in [method Control._gui_input], otherwise is at 0,0.