Output doxygen-generated HTML into apiref/ folder
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Wed, 28 Sep 2022 09:41:06 +0000 (11:41 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 28 Sep 2022 09:41:06 +0000 (11:41 +0200)
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

index 15ec9ea48743c5c41b5571697f83fec6539a6cea..077b0fe4c03baaba8f797a683d2831056c47da5a 100644 (file)
@@ -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).