We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c7597 commit b5c5d53Copy full SHA for b5c5d53
1 file changed
mkdocstrings_handlers/vba/handler.py
@@ -69,7 +69,8 @@ def get_handler(
69
"""
70
return VbaHandler(
71
# TODO How do we get the path of the directory containing mkdocs.yml here?
72
- # Indentifiers for .bas files need to be found relative to that.
+ # Identifiers for .bas files need to be found relative to that.
73
+ # See question asked at https://github.com/mkdocstrings/mkdocstrings/issues/387#issuecomment-1048869214
74
collector=VbaCollector(base_dir=Path(".")),
75
renderer=VbaRenderer("vba", theme, custom_templates),
76
)
0 commit comments