2018-05-30 19:11:33 +02:00
|
|
|
def can_build(env, platform):
|
2018-07-27 10:43:50 +02:00
|
|
|
return True
|
2017-09-28 14:15:21 +02:00
|
|
|
|
|
|
|
def configure(env):
|
2017-11-15 19:23:20 +01:00
|
|
|
pass
|
2017-09-29 13:36:27 +02:00
|
|
|
|
|
|
|
def get_doc_classes():
|
2017-11-15 19:23:20 +01:00
|
|
|
return [
|
|
|
|
"MobileVRInterface",
|
|
|
|
]
|
2017-09-29 13:36:27 +02:00
|
|
|
|
|
|
|
def get_doc_path():
|
2017-11-15 19:23:20 +01:00
|
|
|
return "doc_classes"
|