From: Uwe Hermann Date: Tue, 16 Apr 2013 10:43:42 +0000 (+0200) Subject: Doxygen: Set SHOW_NAMESPACES=no. X-Git-Tag: dsupstream~130 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=1a64618a2f46bf4374a673dcfc413dce8771fe89 Doxygen: Set SHOW_NAMESPACES=no. Since this is a C project, a "Namespaces" page is not really useful. --- diff --git a/Doxyfile b/Doxyfile index bb8d83b2..233287a2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -564,7 +564,7 @@ SHOW_FILES = YES # This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. -SHOW_NAMESPACES = YES +SHOW_NAMESPACES = NO # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from