summaryrefslogtreecommitdiff
path: root/DOCS/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/Doxyfile')
-rw-r--r--DOCS/Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/Doxyfile b/DOCS/Doxyfile
index 5d71754d..c48e18fb 100644
--- a/DOCS/Doxyfile
+++ b/DOCS/Doxyfile
@@ -52,7 +52,7 @@ PROJECT_LOGO = DOCS/lapack.png
# 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 = explore-html
+OUTPUT_DIRECTORY = DOCS
# 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
@@ -860,7 +860,7 @@ GENERATE_HTML = YES
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# put in front of it. If left blank `html' will be used as the default path.
-HTML_OUTPUT = html
+HTML_OUTPUT = explore-html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
@@ -1708,7 +1708,7 @@ DOT_IMAGE_FORMAT = svg
# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
# visible. Older versions of IE do not have SVG support.
-INTERACTIVE_SVG = NO
+INTERACTIVE_SVG = YES
# The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.