git: 4c99836ac72a - main - kerneldoc: also ingest .md (markdown files)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Apr 2026 14:58:32 UTC
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=4c99836ac72abb3ec64ee801ac5758ae70cf9a9b
commit 4c99836ac72abb3ec64ee801ac5758ae70cf9a9b
Author: Adrian Chadd <adrian@FreeBSD.org>
AuthorDate: 2026-04-29 14:58:19 +0000
Commit: Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-04-29 14:58:19 +0000
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
---
tools/kerneldoc/subsys/common-Doxyfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/kerneldoc/subsys/common-Doxyfile b/tools/kerneldoc/subsys/common-Doxyfile
index 2df0506145fe..2775ef9f9cd4 100644
--- a/tools/kerneldoc/subsys/common-Doxyfile
+++ b/tools/kerneldoc/subsys/common-Doxyfile
@@ -104,6 +104,7 @@ FILE_PATTERNS = *.c \
*.inc \
*.m \
*.mm \
+ *.md \
*.dox \
*.C \
*.CC \