Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+1 | |
2011-10-10 | doc/doxygen.conf: enable "quiet" mode | Max Kellermann | 1 | -1/+1 | |
2011-08-27 | let doxygen find the source code | Jonathan Neuschäfer | 1 | -1/+1 | |
[Unfortunately,] @top_srcdir@ is replaced by the package's top-level directory relative to the directory of the .in file being processed, e.g. if you unpack the MPD source to /usr/src/mpd, and build it in the same directory, @top_srcdir@/src/ in doc/doxygen.conf.in will be re- placed by "../src/", and, as doxygen is invoked from the top directory, is will expect the source code in /usr/src/src/, which is obviously wrong. To work around this problem, this patch changes @top_srcdir@ to @abs_top_srcdir@, which expands to the absolute path of the top source directory[1]. [1] http://www.gnu.org/s/hello/manual/autoconf/Preset-Output-Variables.html | |||||
2010-12-24 | Makefile.am: generate doxygen.conf | Max Kellermann | 1 | -2/+2 | |
Don't create a modified copy for out-of-tree builds. | |||||
2010-07-25 | Makefile.am: fix out-of-tree doxygen call | Max Kellermann | 1 | -1/+1 | |
This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced. | |||||
2009-02-23 | Makefile.am: no recursive makefiles | Max Kellermann | 1 | -2/+2 | |
Recursive Makefiles are inefficient and error prone (no proper way to declare dependencies). Since there's no disadvantage in having one single Makefile, let's do it. | |||||
2009-02-13 | doc: generate API documentation with doxygen | Max Kellermann | 1 | -0/+1417 | |
When configured with --enable-documentation, use doxygen. |