From c905542fa967a67749c143ab5df9013533009ee3 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Thu, 18 Apr 2013 22:26:33 +0100 Subject: [PATCH] bug #373868 - added logo and searchengine=yes to Doxygen config --- doc/DoxyfileV3AsyncAPI | 4 ++-- doc/DoxyfileV3ClientAPI | 4 ++-- doc/DoxyfileV3ClientInternal | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/DoxyfileV3AsyncAPI b/doc/DoxyfileV3AsyncAPI index 9835929b..113e98ac 100644 --- a/doc/DoxyfileV3AsyncAPI +++ b/doc/DoxyfileV3AsyncAPI @@ -45,7 +45,7 @@ PROJECT_BRIEF = # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = "../doc/pahologo.png" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -1208,7 +1208,7 @@ MATHJAX_EXTENSIONS = # 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 diff --git a/doc/DoxyfileV3ClientAPI b/doc/DoxyfileV3ClientAPI index 412b48b0..b92e389a 100644 --- a/doc/DoxyfileV3ClientAPI +++ b/doc/DoxyfileV3ClientAPI @@ -45,7 +45,7 @@ PROJECT_BRIEF = # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = "../doc/pahologo.png" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -1208,7 +1208,7 @@ MATHJAX_EXTENSIONS = # 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 diff --git a/doc/DoxyfileV3ClientInternal b/doc/DoxyfileV3ClientInternal index abfc8ebd..9679105c 100644 --- a/doc/DoxyfileV3ClientInternal +++ b/doc/DoxyfileV3ClientInternal @@ -45,14 +45,14 @@ PROJECT_BRIEF = # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = "../doc/pahologo.png" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = ""MQTTClient_internal/" +OUTPUT_DIRECTORY = "MQTTClient_internal/" # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -1255,7 +1255,7 @@ MATHJAX_EXTENSIONS = # 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