diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-13 20:02:36 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-02 12:36:44 (GMT) |
commit | a7c14ac74c43e6b372d866deeed77fe69e2a68e0 (patch) | |
tree | f80d63071545b6ea381dc660d928016b21a89126 /qtools | |
parent | 2e837e0be05636923ef593c29299ff76c4590a09 (diff) | |
download | Doxygen-a7c14ac74c43e6b372d866deeed77fe69e2a68e0.zip Doxygen-a7c14ac74c43e6b372d866deeed77fe69e2a68e0.tar.gz Doxygen-a7c14ac74c43e6b372d866deeed77fe69e2a68e0.tar.bz2 |
Added namespace info to the context
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtools/Doxyfile b/qtools/Doxyfile index bc1eb53..9e9743c 100644 --- a/qtools/Doxyfile +++ b/qtools/Doxyfile @@ -187,8 +187,8 @@ MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest MATHJAX_EXTENSIONS = MATHJAX_CODEFILE = SEARCHENGINE = YES -SERVER_BASED_SEARCH = YES -EXTERNAL_SEARCH = YES +SERVER_BASED_SEARCH = NO +EXTERNAL_SEARCH = NO SEARCHENGINE_URL = http://macbookpro/~dimitri/doxysearch.cgi SEARCHDATA_FILE = searchdata.xml EXTERNAL_SEARCH_ID = |