From 1a64618a2f46bf4374a673dcfc413dce8771fe89 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 16 Apr 2013 12:43:42 +0200 Subject: [PATCH] Doxygen: Set SHOW_NAMESPACES=no. Since this is a C project, a "Namespaces" page is not really useful. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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