summaryrefslogtreecommitdiff
path: root/modules/regex/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/regex/config.py')
-rw-r--r--modules/regex/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/regex/config.py b/modules/regex/config.py
index 42cfe3b43c..df9f44cb95 100644
--- a/modules/regex/config.py
+++ b/modules/regex/config.py
@@ -1,14 +1,17 @@
def can_build(env, platform):
return True
+
def configure(env):
pass
+
def get_doc_classes():
return [
"RegEx",
"RegExMatch",
]
+
def get_doc_path():
return "doc_classes"