diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-04-19 12:23:22 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-04-20 11:02:12 +0300 |
commit | a5128e71bbcc57166412a222d65dbb05ed939d1b (patch) | |
tree | b7bbfa8f78262c1a9323c7d707e5e244c2606693 /platform/linuxbsd/detect.py | |
parent | 27253f3eb2c78a9ad5114c92eae2036b10e1d7e0 (diff) | |
download | redot-engine-a5128e71bbcc57166412a222d65dbb05ed939d1b.tar.gz |
[Export docs] Move docs to platform folders.
Diffstat (limited to 'platform/linuxbsd/detect.py')
-rw-r--r-- | platform/linuxbsd/detect.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index 54351757cd..0bebd29f89 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -56,6 +56,16 @@ def get_opts(): ] +def get_doc_classes(): + return [ + "EditorExportPlatformLinuxBSD", + ] + + +def get_doc_path(): + return "doc_classes" + + def get_flags(): return [ ("arch", detect_arch()), |