diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-04 11:06:46 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-04 21:35:29 +0200 |
commit | 31a6dfcbf74d26f2b9b3cd16ffbf9a086483e536 (patch) | |
tree | 23ff5ae021b96bf0b21b9e0c1e2afc8cf882e724 | |
parent | 0201ce002cb7b8e0de9eb0e1f33baa945c28ad45 (diff) | |
download | ffmpeg-31a6dfcbf74d26f2b9b3cd16ffbf9a086483e536.tar.gz |
Doxyfile: enable browser-based search engine
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 96327ff6e5..e2a9d05fdb 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1056,7 +1056,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 = YES # 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 |