comparison Resources/OrthancClient.doxygen @ 673:ca528c365a39

turning off Doxygen search engine by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Dec 2013 12:38:22 +0100
parents f0232774b913
children 6ed49334d5c1
comparison
equal deleted inserted replaced
671:7131193b0e4b 673:ca528c365a39
1195 # HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets 1195 # HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
1196 # (GENERATE_DOCSET) there is already a search function so this one should 1196 # (GENERATE_DOCSET) there is already a search function so this one should
1197 # typically be disabled. For large projects the javascript based search engine 1197 # typically be disabled. For large projects the javascript based search engine
1198 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. 1198 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
1199 1199
1200 SEARCHENGINE = YES 1200 SEARCHENGINE = NO
1201 1201
1202 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be 1202 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1203 # implemented using a PHP enabled web server instead of at the web client 1203 # implemented using a PHP enabled web server instead of at the web client
1204 # using Javascript. Doxygen will generate the search PHP script and index 1204 # using Javascript. Doxygen will generate the search PHP script and index
1205 # file to put on the web server. The advantage of the server 1205 # file to put on the web server. The advantage of the server