From e9577eeaeba6ce83a22126f9c479494bdad1cc4c Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Sat, 7 Jun 2014 20:57:42 +0200 Subject: move documentation output to build/doxygen --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 23a3d8308f..51e16ca391 100644 --- a/Doxyfile +++ b/Doxyfile @@ -54,7 +54,7 @@ PROJECT_LOGO = # 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 = documentation +OUTPUT_DIRECTORY = build/doxygen # 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 -- cgit From e26220d3422c325afee02913ed4e7d77d0101703 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Sat, 7 Jun 2014 21:04:01 +0200 Subject: add default doxygen 1.8.6 theme files --- Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 51e16ca391..4bb2990aae 100644 --- a/Doxyfile +++ b/Doxyfile @@ -892,13 +892,13 @@ HTML_FILE_EXTENSION = .html # have to redo this when upgrading to a newer version of doxygen or when # changing the value of configuration settings such as GENERATE_TREEVIEW! -HTML_HEADER = +HTML_HEADER = contrib/doxygen/header.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = contrib/doxygen/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to @@ -907,7 +907,7 @@ HTML_FOOTER = # HTML_EXTRA_STYLESHEET instead of this one, as it is more robust and this # tag will in the future become obsolete. -HTML_STYLESHEET = +HTML_STYLESHEET = contrib/doxygen/customdoxygen.css # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional # user-defined cascading style sheet that is included after the standard -- cgit From c0a6c04f08527ee46ae77e17dbe2e96acfa64b47 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Sat, 7 Jun 2014 23:31:51 +0200 Subject: update theme to match neovim.org --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 4bb2990aae..de31c8355f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -47,7 +47,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 = contrib/doxygen/logo-devdoc.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -917,7 +917,7 @@ HTML_STYLESHEET = contrib/doxygen/customdoxygen.css # robust against future updates. Doxygen will copy the style sheet file to # the output directory. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = contrib/doxygen/extra.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note -- cgit