diff options
Diffstat (limited to 'modules/webm/config.py')
-rw-r--r-- | modules/webm/config.py | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/modules/webm/config.py b/modules/webm/config.py index fb920482f5..0374bb36f7 100644 --- a/modules/webm/config.py +++ b/modules/webm/config.py @@ -1,7 +1,14 @@ - def can_build(platform): return True - def configure(env): pass + +def get_doc_classes(): + return [ + "ResourceImporterWebm", + "VideoStreamWebm", + ] + +def get_doc_path(): + return "doc_classes" |