[Doc/CI] Fix Doxygen exclude pattern to not exclude all files on Travis

On Travis, the build directory '/home/travis/build/cantera' matched the (no
longer needed) exclude pattern of ' /build/*', causing all source files to be
skipped.
This commit is contained in:
Ray Speth 2018-07-30 15:22:08 -04:00
parent 677efd82d5
commit 1864e8fd6c

View file

@ -618,7 +618,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */build/*
EXCLUDE_PATTERNS =
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the