summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-07-01 15:40:31 +0200
committeralbert-github <albert.tests@gmail.com>2022-07-01 15:40:31 +0200
commit3f05f2c81481c9a14357d8674378244a27aaec56 (patch)
tree133a872d1c3828df1ace3d24eaccd9c0f1250736
parenta746d7ad0cd5df72afd874b8dbe5e97afc5581d8 (diff)
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.
-rw-r--r--src/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
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/