Add missing classes to the editor_code_editor module's class list.

This commit is contained in:
Relintai 2023-06-13 17:52:54 +02:00
parent 0ef48bfbf9
commit b7a369a5e1

View File

@ -14,7 +14,9 @@ def configure(env):
def get_doc_classes():
return [
"EditorScriptEditor"
"EditorScriptEditor",
"EditorScriptEditorBase",
"EditorSyntaxHighlighter"
]
def get_doc_path():