We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23a271 commit 83d2920Copy full SHA for 83d2920
mkdocstrings_handlers/vba/util.py
@@ -61,9 +61,6 @@ def find_file_docstring(code: str) -> Docstring:
61
62
docstring_value = "\n".join(uncomment_lines(docstring_lines))
63
64
- # FIXME: https://github.com/mkdocstrings/griffe/issues/38
65
- docstring_value = docstring_value.replace(":", ";")
66
-
67
return Docstring(
68
value=docstring_value,
69
parser=Parser.google,
0 commit comments