aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-23 22:05:16 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-23 22:05:16 +0300
commitb28fd7d9121c63ae6a1737d890414ef8cce177e0 (patch)
treedd5bd27bfc95250948dd6c98f68e90ccd02e29c7 /docs
parent960330c5d843d1aa96aa191fc27f72da563293ea (diff)
downloadkmi-b28fd7d9121c63ae6a1737d890414ef8cce177e0.tar.gz
kmi-b28fd7d9121c63ae6a1737d890414ef8cce177e0.zip
modify file gen
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index cc410a1..cc0d07c 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -968,7 +968,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = */kernel/gen/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -1164,7 +1164,7 @@ CLANG_ASSISTED_PARSING = NO
# YES then doxygen will add the directory of each input to the include path.
# The default value is: YES.
-CLANG_ADD_INC_PATHS = YES
+CLANG_ADD_INC_PATHS = NO
# If clang assisted parsing is enabled you can provide the compiler with command
# line options that you would normally use when invoking the compiler. Note that