aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen.conf.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc/doxygen.conf: strip absolute path nameMax Kellermann2015-03-171-1/+1
|
* doc/doxygen.conf: "doxygen -u" with 1.8.8Max Kellermann2015-03-171-682/+1685
|
* *: doxygen fixupsMax Kellermann2015-03-171-1/+1
|
* doc/doxygen.conf: disable WARN_IF_UNDOCUMENTED, too much noiseMax Kellermann2015-03-171-1/+1
|
* doc/doxygen.conf: remove DOT_FONTNAME (font name was obsolete)Max Kellermann2015-03-171-11/+0
|
* doc/doxygen.conf: scan headers recursivelyMax Kellermann2015-03-171-1/+1
|
* doc/doxygen.conf: generate documentation for C++ headersMax Kellermann2015-03-171-1/+1
|
* doc/doxygen.conf: remove obsolete settingsMax Kellermann2015-03-171-19/+0
|
* doc/doxygen.conf: remove XML sectionMax Kellermann2015-03-171-35/+0
| | | | It's disabled anyway.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
|
* doc/doxygen.conf: enable "quiet" modeMax Kellermann2011-10-101-1/+1
|
* let doxygen find the source codeJonathan Neuschäfer2011-08-271-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
* Makefile.am: generate doxygen.confMax Kellermann2010-12-241-0/+1417
Don't create a modified copy for out-of-tree builds.