Unverified Commit 05bb471c authored by Alberto Boldrini's avatar Alberto Boldrini Committed by GitHub
Browse files

Remove generic patterns in Doxyfiles (#3430)

Without this restriction, the compilation fails if the project folder has parent folders called "tests", "internal" or other words in these generic patterns.
parent 995c6318
......@@ -614,10 +614,10 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */tests/* \
*/openmmapi/src/* \
*/internal/* \
*/.svn/* \
EXCLUDE_PATTERNS = @CMAKE_SOURCE_DIR@/*/tests/* \
@CMAKE_SOURCE_DIR@/*/openmmapi/src/* \
@CMAKE_SOURCE_DIR@/*/internal/* \
@CMAKE_SOURCE_DIR@/*/.svn/* \
*amoebaKernels.h \
*DrudeKernels.h \
*RpmdKernels.h \
......
......@@ -607,10 +607,10 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */tests/* \
*/openmmapi/src/* \
*/internal/* \
*/.svn/* \
EXCLUDE_PATTERNS = @CMAKE_SOURCE_DIR@/*/tests/* \
@CMAKE_SOURCE_DIR@/*/openmmapi/src/* \
@CMAKE_SOURCE_DIR@/*/internal/* \
@CMAKE_SOURCE_DIR@/*/.svn/* \
*amoebaKernels.h
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
......
......@@ -608,10 +608,10 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */tests/* \
*/openmmapi/src/* \
*/internal/* \
*/.svn/* \
EXCLUDE_PATTERNS = @CMAKE_SOURCE_DIR@/*/tests/* \
@CMAKE_SOURCE_DIR@/*/openmmapi/src/* \
@CMAKE_SOURCE_DIR@/*/internal/* \
@CMAKE_SOURCE_DIR@/*/.svn/* \
*amoebaKernels.h \
*DrudeKernels.h \
*RpmdKernels.h \
......
......@@ -614,10 +614,10 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */tests/* \
*/openmmapi/src/* \
*/internal/* \
*/.svn/* \
EXCLUDE_PATTERNS = @CMAKE_SOURCE_DIR@/*/tests/* \
@CMAKE_SOURCE_DIR@/*/openmmapi/src/* \
@CMAKE_SOURCE_DIR@/*/internal/* \
@CMAKE_SOURCE_DIR@/*/.svn/* \
*amoebaKernels.h \
*DrudeKernels.h \
*RpmdKernels.h \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment