kerneldoc: also ingest .md (markdown files)

The doxygen tooling has supported ingesting markdown files for a number
of years.  Adding this option allows them to be ingested into the
subsys builds.

Reviewed by:	netchild
Differential Revision:	https://reviews.freebsd.org/D56652
This commit is contained in:
Adrian Chadd
2026-04-29 07:58:19 -07:00
parent e2219bbd63
commit 4c99836ac7
+1
View File
@@ -104,6 +104,7 @@ FILE_PATTERNS = *.c \
*.inc \
*.m \
*.mm \
*.md \
*.dox \
*.C \
*.CC \