Date: Sun, 19 Apr 2026 12:47:51 +0000 From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 315f665fe1ac - main - Doxygen subsystem config: exclude the content of the .git directory Message-ID: <69e4cef7.18a11.a831756@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/src/commit/?id=315f665fe1ac97ea2ca946e51ced24f7b21fb22e commit 315f665fe1ac97ea2ca946e51ced24f7b21fb22e Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2026-04-19 12:46:35 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2026-04-19 12:46:35 +0000 Doxygen subsystem config: exclude the content of the .git directory --- tools/kerneldoc/subsys/common-Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kerneldoc/subsys/common-Doxyfile b/tools/kerneldoc/subsys/common-Doxyfile index 8e194c85e621..2df0506145fe 100644 --- a/tools/kerneldoc/subsys/common-Doxyfile +++ b/tools/kerneldoc/subsys/common-Doxyfile @@ -121,7 +121,7 @@ FILE_PATTERNS = *.c \ RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = */.\#* */.svn/* +EXCLUDE_PATTERNS = */.\#* */.svn/* */.git/* EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = *home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e4cef7.18a11.a831756>
