diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2026-04-19 14:46:35 +0200 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2026-04-19 14:46:35 +0200 |
| commit | 315f665fe1ac97ea2ca946e51ced24f7b21fb22e (patch) | |
| tree | 63b4897b5c4986cb4d8ad2e3bc736b9723a76b21 | |
| parent | 554f5aa526266057672740e22af0a75cc32bddd5 (diff) | |
| -rw-r--r-- | tools/kerneldoc/subsys/common-Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 = * |
