diff options
Diffstat (limited to 'modules/mobile_vr/config.py')
-rw-r--r-- | modules/mobile_vr/config.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py index d0156b1b77..cf96c66125 100644 --- a/modules/mobile_vr/config.py +++ b/modules/mobile_vr/config.py @@ -3,4 +3,10 @@ def can_build(platform): return True def configure(env): - pass
\ No newline at end of file + pass + +def get_doc_classes(): + return ["MobileVRInterface"] + +def get_doc_path(): + return "doc_classes" |