From: Debian Multimedia Maintainers Date: Thu, 4 Aug 2022 20:02:56 +0000 (+0200) Subject: Output doxygen-generated HTML into apiref/ folder X-Git-Tag: archive/raspbian/7.0.1_ds0-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=06aa404130b5f4a742a6a6b604cc517cc7c241e2;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 15ec9ea4..077b0fe4 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).