From 92508bb91a32bc57ca89423ff7978a13961c470f Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 26 Nov 2011 16:17:45 -0800 Subject: [PATCH] Hide "scope" (package) names from Doxygen generated docs. --- guacamole-common/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-common/Doxyfile b/guacamole-common/Doxyfile index e0eb69760..339015afd 100644 --- a/guacamole-common/Doxyfile +++ b/guacamole-common/Doxyfile @@ -378,7 +378,7 @@ CASE_SENSE_NAMES = YES # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. -HIDE_SCOPE_NAMES = NO +HIDE_SCOPE_NAMES = YES # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation