summaryrefslogtreecommitdiffstats
path: root/doc/classes/ScriptEditorBase.xml
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-05-15 23:48:59 +0200
committerkobewi <kobewi4e@gmail.com>2021-06-12 00:55:52 +0200
commit7ff135b0158e0b5dd7a85d98aecd7ff0975e7e43 (patch)
tree377e3069a6ae11e438d6a4c716f307f95548068f /doc/classes/ScriptEditorBase.xml
parent530e069bc3efef4de535a1973aa016698ffbe334 (diff)
downloadredot-engine-7ff135b0158e0b5dd7a85d98aecd7ff0975e7e43.tar.gz
Consistently prefix bound virtual methods with _
Diffstat (limited to 'doc/classes/ScriptEditorBase.xml')
-rw-r--r--doc/classes/ScriptEditorBase.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ScriptEditorBase.xml b/doc/classes/ScriptEditorBase.xml
index e5c4c32450..a135062bd8 100644
--- a/doc/classes/ScriptEditorBase.xml
+++ b/doc/classes/ScriptEditorBase.xml
@@ -9,7 +9,7 @@
<tutorials>
</tutorials>
<methods>
- <method name="add_syntax_highlighter" qualifiers="virtual">
+ <method name="_add_syntax_highlighter" qualifiers="virtual">
<return type="void">
</return>
<argument index="0" name="highlighter" type="Object">