Fix doc class strings, and add missing ones.

This commit is contained in:
Relintai 2022-08-21 00:32:32 +02:00
parent edb7dd231e
commit 8108324700
4 changed files with 20 additions and 4 deletions

View File

@ -14,7 +14,9 @@ def configure(env):
def get_doc_classes():
return []
return [
"TextEditorFile",
]
def get_doc_path():
return "doc_classes"

View File

@ -48,7 +48,7 @@ def _configure(env):
def get_doc_classes():
return [
"SQLite3Database ",
"SQLite3Database",
]
def get_doc_path():

View File

@ -12,9 +12,9 @@ def get_doc_classes():
return [
"MMAlgos",
"MMNode",
"CurveBase ",
"CurveBase",
"GradientBase",
"PolygonBase ",
"PolygonBase",
"MMNodeUniversalProperty",
"MMMaterial",
"MMGraphNode",

View File

@ -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():