mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Add missing classes to the editor_code_editor module's class list.
This commit is contained in:
parent
0ef48bfbf9
commit
b7a369a5e1
@ -14,7 +14,9 @@ def configure(env):
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"EditorScriptEditor"
|
||||
"EditorScriptEditor",
|
||||
"EditorScriptEditorBase",
|
||||
"EditorSyntaxHighlighter"
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
Loading…
Reference in New Issue
Block a user