]> git.ipfire.org Git - thirdparty/xz.git/commit
Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.
authorJia Tan <jiat0218@gmail.com>
Tue, 3 Jan 2023 12:37:30 +0000 (20:37 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 17 Mar 2023 12:17:27 +0000 (20:17 +0800)
commit9af8f6f947a43974a4ff025f4c896f2fb4c91b4f
treed60c496407468c536ba418b14f4dd6526d57d6a8
parent1c558a26928b753fcf1c0d4bce9c0643285edd86
Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.

Instead of having Doxyfile.in configured by Autoconf, the Doxyfile
can have the tags that need to be configured piped into the doxygen
command through stdin with the overrides after Doxyfile's contents.

Going forward, the documentation should be generated in two different
modes: liblzma or internal.

liblzma is useful for most users. It is the documentation for just
the liblzma API header files. This is the default.

internal is for people who want to understand how xz and liblzma work.
It might be useful for people who want to contribute to the project.
.gitignore
Doxyfile.in [deleted file]
Makefile.am
configure.ac
doxygen/Doxyfile [new file with mode: 0644]