From 53443ac46658ed1d39c5b53c0ba921acd799538b Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Thu, 23 Jan 2014 14:38:48 -0800 Subject: [PATCH] Disable parsing of local clases and tests for doxygen Change-Id: I4766bfbff2183ef3b1a89695242667bc8c28d770 --- tools/doxygen/packager.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/doxygen/packager.config b/tools/doxygen/packager.config index 07f27859d8..61bac6648a 100644 --- a/tools/doxygen/packager.config +++ b/tools/doxygen/packager.config @@ -432,7 +432,7 @@ EXTRACT_STATIC = NO # for Java sources. # The default value is: YES. -EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_CLASSES = NO # This flag is only useful for Objective-C code. When set to YES local methods, # which are defined in the implementation section but not in the interface are @@ -802,7 +802,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 = */test/* *_unittest.cc *_test.cc # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the