From 997582bf2ce40fa6ba92fa824a20ad7ba70347f0 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 18 Jan 2017 10:06:40 -0700 Subject: [PATCH] doc: delete Doxygen header bar It doesn't provide any useful functionality, and it clashes with the spdk.io site theme. Change-Id: I2a8019956312b8726e0d959fd944a6664b9e6887 Signed-off-by: Daniel Verkamp --- doc/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 444a9e33fd..56d502b8d3 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1369,7 +1369,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -DISABLE_INDEX = NO +DISABLE_INDEX = YES # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. If the tag @@ -1500,7 +1500,7 @@ MATHJAX_CODEFILE = # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. -SEARCHENGINE = YES +SEARCHENGINE = NO # When the SERVER_BASED_SEARCH tag is enabled the search engine will be # implemented using a web server instead of a web client using Javascript. There