summaryrefslogtreecommitdiff
path: root/docs/doxygen.cfg.in
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-08-28 20:29:44 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-08-28 20:29:44 +0000
commit855baa6eaaca11b186daaf35242edb87acf32aed (patch)
treec1cad4acdf8f79329c76ec7cee649f2ad69bca2b /docs/doxygen.cfg.in
parent1ab6c6c80b53f88ff245f17b243609853d76446b (diff)
downloadclang-855baa6eaaca11b186daaf35242edb87acf32aed.tar.gz
[doxygen] Added support for doxygen external search.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r--docs/doxygen.cfg.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index ed9ffcb85a..497d4bfdf6 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -1227,4 +1227,10 @@ DOT_CLEANUP = YES
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.
-SEARCHENGINE = NO
+SEARCHENGINE = @enable_server_based_search@
+
+EXTERNAL_SEARCH = @enable_external_search@
+
+EXTERNAL_SEARCH_ID = clang
+
+EXTRA_SEARCH_MAPPINGS = @extra_search_mappings@