aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-17Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.Jia Tan1-1234/+0
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.
2019-05-11spellingAntoine Cœur1-1/+1
2010-11-13Simplify paths in generated API docsJonathan Nieder1-1/+1
Currently the file list generated by Doxygen has src/ at the beginning of each path. Paths like common/sysdefs.h and liblzma/api/lzma.h are easier to read without such a prefix. Builds from a separate build directory with mkdir build cd build ../configure doxygen Doxyfile include an even longer prefix /home/someone/src/xz/src; this patch has the nice side-effect of eliminating that prefix, too. Fixes: http://bugs.debian.org/572273
2009-08-09GPLv2+ not GPLv2 for Doxyfile.in is probably OK.Lasse Collin1-1/+1
2009-08-02Added a copyright notice to Doxyfile.in since it containsLasse Collin1-0/+3
lots of comments from Doxygen. It seems that the Doxygen authors' intent is to not apply their copyright on generated files, but since it doesn't matter for XZ Utils at all, better safe than sorry.
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-3/+5
Some minor documentation cleanups were made at the same time.
2007-12-09Imported to git.Lasse Collin1-0/+1229