From fad505e8ed6190062515668e3a480ada583e1637 Mon Sep 17 00:00:00 2001 From: Marcus Asteborg Date: Sat, 6 Jun 2020 22:46:36 -0700 Subject: Update Doxygen config file, header and footer to Doxygen 1.8.18 Signed-off-by: Ralph Giles --- doc/Doxyfile.in | 14 ++++++++------ doc/footer.html | 8 ++++++-- doc/header.html | 17 ++++++++++++----- 3 files changed, 26 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 36eee0b5..6d25f1fb 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1,4 +1,4 @@ -# Doxyfile 1.8.10 +# Doxyfile 1.8.18 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. @@ -101,7 +101,7 @@ EXTRACT_PRIVATE = NO # names in lower-case letters. If set to YES, upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows -# and Mac users are advised to set this option to NO. +# (including Cygwin) ands Mac users are advised to set this option to NO. # The default value is: system dependent. CASE_SENSE_NAMES = YES @@ -248,8 +248,8 @@ HTML_TIMESTAMP = YES # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of -# MathJax from http://www.mathjax.org before deployment. -# The default value is: http://cdn.mathjax.org/mathjax/latest. +# MathJax from https://www.mathjax.org before deployment. +# The default value is: https://cdn.jsdelivr.net/npm/mathjax@2. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_RELPATH = https://www.mathjax.org/mathjax @@ -326,10 +326,12 @@ PREDEFINED = OPUS_EXPORT= \ # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz (see: # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent -# Bell Labs. +# Bell Labs. The other options in this section have no effect if this option is +# set to NO +# The default value is: NO. # Debian defaults to YES here, while Fedora and Homebrew default to NO. # So we set this based on whether the graphviz package is available at # configure time. # -HAVE_DOT = @HAVE_DOT@ +HAVE_DOT = @HAVE_DOT@ diff --git a/doc/footer.html b/doc/footer.html index ad4a9259..346c40ab 100644 --- a/doc/footer.html +++ b/doc/footer.html @@ -1,6 +1,10 @@ + + + @@ -16,7 +20,7 @@ For more information visit the Opus Website diff --git a/doc/header.html b/doc/header.html index b2c906be..babdcf6d 100644 --- a/doc/header.html +++ b/doc/header.html @@ -1,18 +1,24 @@ - + + + + $projectname: $title $title - - + + + $treeview $search $mathjax + +$extrastylesheet -
+
@@ -20,7 +26,7 @@ $mathjax - Logo + Logo @@ -52,3 +58,4 @@ $mathjax
+ -- cgit v1.2.3