aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-16 21:23:48 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-17 01:42:28 +0800
commitc97d12f300b2a94c9f54a44c8931c8bc08cf0a73 (patch)
tree5b537fb10b1c59951bae7c4df90a05153a4a53ed /.gitignore
parentTests: Remove unused macros and functions. (diff)
downloadxz-c97d12f300b2a94c9f54a44c8931c8bc08cf0a73.tar.xz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d6b144f1..c5883bba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,8 @@ build-aux/test-driver
coverage
-/doc/html
+/doc/internal
+/doc/liblzma
/src/liblzma/liblzma.pc
/src/lzmainfo/lzmainfo