MKDocs Dokumentation erweitert

This commit is contained in:
ngb
2022-12-10 11:05:09 +01:00
parent cb0ee9c842
commit 8898d6e8ee
5 changed files with 11 additions and 10 deletions

View File

@@ -50,7 +50,6 @@ def define_env(env):
# _target = re.sub(r"([^(][^,]*?\.)*?([^)]+)", lambda m: m.group(2), target)
_target = target
print(f'{_target.strip()=}')
if m := re.match(r'^(.+?)\((.*)\)$', _target):
if strip_params and m.group(2):
params = m.group(2).split(',')