Skip to content

Commit e36d4e0

Browse files
committed
docs: ignore two build system source files in doxygen
1 parent 116cef0 commit e36d4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ EXCLUDE_SYMLINKS = NO
10621062
# Note that the wildcards are matched against the file with absolute path, so to
10631063
# exclude all test directories for example use the pattern */test/*
10641064

1065-
EXCLUDE_PATTERNS = */build/*
1065+
EXCLUDE_PATTERNS = */build/* */dummy.c */meson_config.h
10661066

10671067
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
10681068
# (namespaces, classes, functions, etc.) that should be excluded from the

0 commit comments

Comments
 (0)