aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-20Doxygen: Update Doxyfile.in from 1.4.7 to 1.8.17.Jia Tan1-630/+1893
A few Doxygen tags were obsolete from 1.4.7. Version 1.8.17 released in 2019, so this should be compatible with resonable modern distros. The purpose of Doxygen these days is for docs on the website, so it doesn't necessarily have to work for everyone. Just when the maintainers want to update the docs.
2023-01-20Doxygen: Make Doxygen only produce liblzma API documentation by default.Jia Tan1-9/+9
Doxygen is now configurable in autotools only with --enable-doxygen=[api|all]. The default is "api", which will only generate HTML output for liblzma API functions. The LaTex documentation output was also disabled.
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