From: Debian Multimedia Maintainers Date: Wed, 30 Nov 2022 13:02:44 +0000 (+0100) Subject: Output doxygen-generated HTML into apiref/ folder X-Git-Tag: archive/raspbian/7.0.3_ds0-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a05fe185796c90d0bffa37b88f1c058907c0cdd5;p=juce.git Output doxygen-generated HTML into apiref/ folder Origin: Debian Forwarded: not-needed Last-Update: 2022-08-04 so we don't need to rename it later Last-Update: 2022-08-04 Gbp-Pq: Name debian_doxygen-outdir.patch --- diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index bd662d25..ef56c188 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -1099,7 +1099,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = doc +HTML_OUTPUT = apiref # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp).