]> icculus.org git repositories - icculus/xz.git/commit
Simplify paths in generated API docs
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 12 Nov 2010 21:22:13 +0000 (15:22 -0600)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 13 Nov 2010 12:36:28 +0000 (14:36 +0200)
commit2964d8d691ed92abdcf214888d79ad6d79774735
treeb77750f549351a82b1e0af89766678e4e355a918
parent37c25658efd25b034266daf87cd381d20d1df776
Simplify paths in generated API docs

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
Doxyfile.in