2018-05-30 17:11:33 +00:00
|
|
|
def can_build(env, platform):
|
2017-02-15 11:29:46 +00:00
|
|
|
return True
|
2016-04-02 18:26:12 +00:00
|
|
|
|
2020-03-30 06:28:32 +00:00
|
|
|
|
2014-02-10 01:10:30 +00:00
|
|
|
def configure(env):
|
2016-10-30 17:44:57 +00:00
|
|
|
pass
|
2017-09-12 20:42:36 +00:00
|
|
|
|
2020-03-30 06:28:32 +00:00
|
|
|
|
2017-09-12 20:42:36 +00:00
|
|
|
def get_doc_classes():
|
2017-11-15 18:23:20 +00:00
|
|
|
return [
|
|
|
|
"GridMap",
|
|
|
|
]
|
2017-09-12 20:42:36 +00:00
|
|
|
|
2020-03-30 06:28:32 +00:00
|
|
|
|
2017-09-12 20:42:36 +00:00
|
|
|
def get_doc_path():
|
2017-11-15 18:23:20 +00:00
|
|
|
return "doc_classes"
|