diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2026-04-29 14:58:19 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2026-04-29 14:58:19 +0000 |
| commit | 4c99836ac72abb3ec64ee801ac5758ae70cf9a9b (patch) | |
| tree | f135d87866442a3538fccef65b9adc986f2341f6 | |
| parent | e2219bbd634f673f774ddf118dfe19e531e08a45 (diff) | |
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
| -rw-r--r-- | tools/kerneldoc/subsys/common-Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
