summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index ba8d27bba5..cd6d461a93 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -192,6 +192,16 @@ def get_opts():
]
+def get_doc_classes():
+ return [
+ "EditorExportPlatformWindows",
+ ]
+
+
+def get_doc_path():
+ return "doc_classes"
+
+
def get_flags():
arch = detect_build_env_arch() or detect_arch()