Date: Wed, 29 Apr 2026 14:58:32 +0000 From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4c99836ac72a - main - kerneldoc: also ingest .md (markdown files) Message-ID: <69f21c98.3cc3a.4a157c3b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f21c98.3cc3a.4a157c3b>
