[docs] Tweak the example to match what is apparantly the desired form
[oota-llvm.git] / docs / doxygen.cfg.in
index 25614cd6700db8c266cca5da1536291f5b76820e..612c5391abe775aa295cc1d6d8159ccdc4939390 100644 (file)
@@ -280,10 +280,10 @@ TYPEDEF_HIDES_STRUCT   = NO
 # For small to medium size projects (<1000 input files) the default value is
 # probably good enough. For larger projects a too small cache size can cause
 # doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penality.
+# causing a significant performance penalty.
 # If the system has enough physical memory increasing the cache will improve the
 # performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will rougly double the
+# a logarithmic scale so increasing the size by one will roughly double the
 # memory usage. The cache size is given by this formula:
 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
 # corresponding to a cache size of 2^16 = 65536 symbols
@@ -1081,6 +1081,8 @@ SEARCHENGINE           = @enable_searchengine@
 
 SERVER_BASED_SEARCH    = @enable_server_based_search@
 
+SEARCHENGINE_URL       = @searchengine_url@
+
 EXTERNAL_SEARCH        = @enable_external_search@
 
 EXTERNAL_SEARCH_ID     = llvm