From 9af8f6f947a43974a4ff025f4c896f2fb4c91b4f Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Tue, 3 Jan 2023 20:37:30 +0800 Subject: 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7f2dec23..112bf54d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,8 @@ build-aux/test-driver coverage -/doc/html +/doc/internal +/doc/liblzma /src/liblzma/liblzma.pc /src/lzmainfo/lzmainfo -- cgit v1.2.3