From a618c43e94c5666a7f850f21325aae8472dd7a6e Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Fri, 19 Aug 2022 20:00:36 +0200 Subject: [PATCH] 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 --- docs/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.30.2