diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-08-28 20:29:44 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-08-28 20:29:44 +0000 |
commit | 22a351d314c88b0aa181fc2444e8b41328a96955 (patch) | |
tree | 29dc34b51797bf4d3acb93938359abd3698c7706 /clang/docs/doxygen.cfg.in | |
parent | 8f897af39c3dca2451e8e477e3443baee9801aff (diff) | |
download | bcm5719-llvm-22a351d314c88b0aa181fc2444e8b41328a96955.tar.gz bcm5719-llvm-22a351d314c88b0aa181fc2444e8b41328a96955.zip |
[doxygen] Added support for doxygen external search.
llvm-svn: 189509
Diffstat (limited to 'clang/docs/doxygen.cfg.in')
-rw-r--r-- | clang/docs/doxygen.cfg.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/clang/docs/doxygen.cfg.in b/clang/docs/doxygen.cfg.in index ed9ffcb85a5..497d4bfdf64 100644 --- a/clang/docs/doxygen.cfg.in +++ b/clang/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@ |