Exclude build directory from doxygen output
authorColin Clark <colin.clark@cclark.uk>
Thu, 11 Aug 2022 17:42:44 +0000 (18:42 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 11 Aug 2022 17:42:44 +0000 (18:42 +0100)
doxygen.conf

index 56d20c0..66b6ad1 100644 (file)
@@ -876,7 +876,7 @@ RECURSIVE              = YES
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                = autogen.sh, config.h
+EXCLUDE                = build
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded