From: Colin Clark Date: Thu, 11 Aug 2022 17:42:44 +0000 (+0100) Subject: Exclude build directory from doxygen output X-Git-Tag: v2.1~170 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=b2f1128ba53cfd0c93c9162210156f4acca964ba Exclude build directory from doxygen output --- diff --git a/doxygen.conf b/doxygen.conf index 56d20c03..66b6ad12 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -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