From 97a12d955d92d0f4eb96af554819f08330461ed9 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 12 Feb 2016 13:54:44 +0100 Subject: [PATCH] Workaround doxygen 1.8.11 live lock by excluding datarefs.inc refs #594 --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 82a33e7f8..f26e11e74 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -819,7 +819,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 = datarefs.inc # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the