2018-05-30 19:11:33 +02:00
|
|
|
def can_build(env, platform):
|
2017-09-14 15:45:02 -05:00
|
|
|
return True
|
2016-10-12 20:37:38 +02:00
|
|
|
|
2020-03-30 08:28:32 +02:00
|
|
|
|
2016-10-12 20:37:38 +02:00
|
|
|
def configure(env):
|
2016-10-30 18:44:57 +01:00
|
|
|
pass
|
2021-09-09 18:54:18 -07:00
|
|
|
|
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
2022-07-28 15:34:41 -03:00
|
|
|
"OggPacketSequence",
|
|
|
|
"OggPacketSequencePlayback",
|
2021-09-09 18:54:18 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|