From b16210920327e2e3f0fa4b9beb26397e32be6f41 Mon Sep 17 00:00:00 2001 From: redtide Date: Sun, 8 Mar 2020 15:49:14 +0100 Subject: [PATCH] Restore previous Doxygen output directory --- scripts/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Doxyfile.in b/scripts/Doxyfile.in index 36cd35d5..53dc1502 100644 --- a/scripts/Doxyfile.in +++ b/scripts/Doxyfile.in @@ -1105,7 +1105,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = api/@PROJECT_VERSION@ +HTML_OUTPUT = _api # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp).