Skip to content
Snippets Groups Projects
Commit d83f2372 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[doxygen] rename .md filter script

parent 719d4509
No related branches found
No related tags found
1 merge request!3453Feature/doxygen markdown main readme
......@@ -18,8 +18,8 @@ TOC_INCLUDE_HEADINGS = 4
# Input filters run over content before it is parsed by Doxygen.
# - Format markdown math for Doxygen. See the documentation in
# `markdown-math-filter.pl` for details.
FILTER_PATTERNS = *README.md="python3 @srcdir@/markdown-readme-header-filter.py -p Introduction -f" \
*.md="python3 @srcdir@/markdown-readme-header-filter.py -f"
FILTER_PATTERNS = *README.md="python3 @srcdir@/markdown-filter.py -p Introduction -f" \
*.md="python3 @srcdir@/markdown-filter.py -f"
FILE_PATTERNS = *.md,*.cc,*.hh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment