mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Fix doc class strings, and add missing ones.
This commit is contained in:
parent
edb7dd231e
commit
8108324700
@ -14,7 +14,9 @@ def configure(env):
|
||||
|
||||
|
||||
def get_doc_classes():
|
||||
return []
|
||||
return [
|
||||
"TextEditorFile",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
return "doc_classes"
|
||||
|
@ -48,7 +48,7 @@ def _configure(env):
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"SQLite3Database ",
|
||||
"SQLite3Database",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
@ -12,9 +12,9 @@ def get_doc_classes():
|
||||
return [
|
||||
"MMAlgos",
|
||||
"MMNode",
|
||||
"CurveBase ",
|
||||
"CurveBase",
|
||||
"GradientBase",
|
||||
"PolygonBase ",
|
||||
"PolygonBase",
|
||||
"MMNodeUniversalProperty",
|
||||
"MMMaterial",
|
||||
"MMGraphNode",
|
||||
|
@ -10,6 +10,20 @@ def configure(env):
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"BrightenAction",
|
||||
"BrushAction",
|
||||
"BucketAction",
|
||||
"CutAction",
|
||||
"DarkenAction",
|
||||
"LineAction",
|
||||
"MultiLineAction",
|
||||
"PaintAction",
|
||||
"PasteCutAction",
|
||||
"PencilAction",
|
||||
"RainbowAction",
|
||||
"RectAction",
|
||||
|
||||
"PaintWindow",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
Loading…
Reference in New Issue
Block a user