From 2abc6d19b5f312df4450bbb46ae33a5bca7348ea Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 23 Nov 2011 15:03:40 -0800 Subject: [PATCH] Exclude private symbols from generated docs. --- libguac/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguac/Doxyfile b/libguac/Doxyfile index b8a2290e..0bfde8d4 100644 --- a/libguac/Doxyfile +++ b/libguac/Doxyfile @@ -625,7 +625,7 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = __* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see