From a7cbca9e1e037117040eb3af531f17224929a398 Mon Sep 17 00:00:00 2001 From: davemds Date: Sat, 9 Oct 2010 12:53:11 +0000 Subject: [PATCH] Disable search-engine in edje Doxy file. The search don't work and it add strange(not working) menu on the bottom of each page. This remove the unwanted menu. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@53233 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 4165089..29432d5 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -992,7 +992,7 @@ FORMULA_FONTSIZE = 10 # there is already a search function so this one should typically # be disabled. -SEARCHENGINE = YES +SEARCHENGINE = NO #--------------------------------------------------------------------------- # configuration options related to the LaTeX output -- 2.7.4