aboutsummaryrefslogtreecommitdiff
path: root/doxygen/Doxyfile
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-03-17 01:30:36 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-17 01:42:28 +0800
commit509157c80c500426ec853bd992d684ebafc8500c (patch)
tree37d3f95015a9b8a45780558646d2a7b239038a53 /doxygen/Doxyfile
parentliblzma: Remove note from lzma_options_bcj about the ARM64 exception. (diff)
downloadxz-509157c80c500426ec853bd992d684ebafc8500c.tar.xz
Doc: Rename Doxygen HTML doc directory name liblzma => api.
When the docs are installed, calling the directory "liblzma" is confusing since multiple other files in the doc directory are for liblzma. This should also make it more natural for distros when they package the documentation.
Diffstat (limited to 'doxygen/Doxyfile')
-rw-r--r--doxygen/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile
index f18d18cd..20afb528 100644
--- a/doxygen/Doxyfile
+++ b/doxygen/Doxyfile
@@ -1209,7 +1209,7 @@ GENERATE_HTML = YES
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_OUTPUT = liblzma
+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).