summaryrefslogtreecommitdiff
path: root/doc/doxygen.conf.in
AgeCommit message (Collapse)Author
2016-03-30doc/doxygen.conf: enable HAVE_DOT and INTERACTIVE_SVGMax Kellermann
2016-03-30doc/doxygen.conf: "doxygen -u" with 1.8.11Max Kellermann
2015-03-17doc/doxygen.conf: strip absolute path nameMax Kellermann
2015-03-17doc/doxygen.conf: "doxygen -u" with 1.8.8Max Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-17doc/doxygen.conf: disable WARN_IF_UNDOCUMENTED, too much noiseMax Kellermann
2015-03-17doc/doxygen.conf: remove DOT_FONTNAME (font name was obsolete)Max Kellermann
2015-03-17doc/doxygen.conf: scan headers recursivelyMax Kellermann
2015-03-17doc/doxygen.conf: generate documentation for C++ headersMax Kellermann
2015-03-17doc/doxygen.conf: remove obsolete settingsMax Kellermann
2015-03-17doc/doxygen.conf: remove XML sectionMax Kellermann
It's disabled anyway.
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2011-10-10doc/doxygen.conf: enable "quiet" modeMax Kellermann
2011-08-27let doxygen find the source codeJonathan Neuschäfer
[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-24Makefile.am: generate doxygen.confMax Kellermann
Don't create a modified copy for out-of-tree builds.