From 3f05f2c81481c9a14357d8674378244a27aaec56 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 1 Jul 2022 15:40:31 +0200 Subject: Ignore complete current build directory when building documentation Found the file ``` build/CMakeFiles/ShowIncludes/foo.h ``` during the build of the documentation. The build directory should be excluded. --- src/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Doxyfile.in b/src/Doxyfile.in index fb68ceb1..c20dffeb 100644 --- a/src/Doxyfile.in +++ b/src/Doxyfile.in @@ -832,7 +832,7 @@ EXCLUDE = @CMAKE_SOURCE_DIR@/data/ \ @CMAKE_SOURCE_DIR@/ext/ \ @CMAKE_SOURCE_DIR@/README.md \ @CMAKE_SOURCE_DIR@/.github \ - @CMAKE_CURRENT_BINARY_DIR@/new_gudhi_version_creation.md \ + @CMAKE_CURRENT_BINARY_DIR@ \ @GUDHI_DOXYGEN_SOURCE_PREFIX@/GudhUI/ \ @GUDHI_DOXYGEN_SOURCE_PREFIX@/cmake/ \ @GUDHI_DOXYGEN_SOURCE_PREFIX@/python/ -- cgit v1.2.3