From 7ef620bedb2b8ec79cf66d1345492e9a1205524d Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Tue, 2 Jan 2024 11:52:32 +0100 Subject: [PATCH] Exclude build folder from documentation --- doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index a4ff993..b18b322 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -1047,7 +1047,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +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