summaryrefslogtreecommitdiff
path: root/src/Doxyfile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-29 17:07:26 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-29 17:07:26 +0000
commit8266756b2e33b4d74c533d8a606e1d6d5bcc912b (patch)
treeb208fe29ffbcb31d0c43f5f86f0226bf3057c433 /src/Doxyfile
parent7f9f246f5bc7b5ae6c5a2ea8891f8329cbf9a3e3 (diff)
Ignore md files for Doxygen
Fix relative path issue git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3179 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c8f88a757fdf681327f1cef9feadf7bf8d12da83
Diffstat (limited to 'src/Doxyfile')
-rw-r--r--src/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 2d5adea1..763c240e 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -801,7 +801,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = */utilities/*/*.md
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the