From 58c8c1a5ec54b1f2b711d028cb8e6a5808fd4942 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Sun, 15 Sep 2013 20:15:33 -0700 Subject: [PATCH] Add EXCLUDE_PATTERNS to src/Doxyfile - */src/cmake/* - GTAGS GPATH GRTAGS - memcheck.supp - *.cmake *.cmake.in - *.txt --- src/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Doxyfile b/src/Doxyfile index 2bc5e5562..28afb38b6 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -694,7 +694,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = */src/tests/* +EXCLUDE_PATTERNS = */src/tests/* */src/cmake/* GTAGS GPATH GRTAGS memcheck.supp *.cmake *.cmake.in *.txt # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the