summaryrefslogtreecommitdiff
path: root/docs/doxygen.cfg.in
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-08-28 20:28:35 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-08-28 20:28:35 +0000
commit1800b662a06767d295cfbd1d86394bf3d781f19b (patch)
treea818d7e1b9334c39c159bed6b77655e31df3ad69 /docs/doxygen.cfg.in
parentb7cb63590731f4d87ca79fe688b01af36b51af72 (diff)
downloadllvm-1800b662a06767d295cfbd1d86394bf3d781f19b.tar.gz
llvm-1800b662a06767d295cfbd1d86394bf3d781f19b.tar.bz2
llvm-1800b662a06767d295cfbd1d86394bf3d781f19b.tar.xz
[doxygen] Added support for doxygen external search.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r--docs/doxygen.cfg.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index 20de0773f4..25614cd670 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -1,3 +1,4 @@
+
# Doxyfile 1.7.1
# This file describes the settings to be used by the documentation system
@@ -1068,7 +1069,7 @@ FORMULA_TRANSPARENT = YES
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-SEARCHENGINE = NO
+SEARCHENGINE = @enable_searchengine@
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client
@@ -1078,7 +1079,13 @@ SEARCHENGINE = NO
# full text search. The disadvances is that it is more difficult to setup
# and does not have live searching capabilities.
-SERVER_BASED_SEARCH = NO
+SERVER_BASED_SEARCH = @enable_server_based_search@
+
+EXTERNAL_SEARCH = @enable_external_search@
+
+EXTERNAL_SEARCH_ID = llvm
+
+EXTRA_SEARCH_MAPPINGS = @extra_search_mappings@
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output