[pulseaudio-commits] doxygen/doxygen.conf.in
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Thu Apr 17 00:53:20 PDT 2014
doxygen/doxygen.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7fac10730128141fb47b6ecbe3a0cfa7f367ab3a
Author: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Date: Sat Apr 5 12:30:47 2014 +0300
doxygen: Enable GENERATE_DEPRECATEDLIST
This generates a list of deprecated things, which is accessible from
the table of contents frame. The list, however, isn't the important
thing here. The important thing is that this also prevents doxygen
from stripping all documentation for the deprecated things.
Previous discussion:
http://thread.gmane.org/gmane.comp.audio.pulseaudio.general/18794
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in
index 43380e9..82ccad6 100644
--- a/doxygen/doxygen.conf.in
+++ b/doxygen/doxygen.conf.in
@@ -541,7 +541,7 @@ GENERATE_BUGLIST = NO
# disable (NO) the deprecated list. This list is created by putting
# \deprecated commands in the documentation.
-GENERATE_DEPRECATEDLIST= NO
+GENERATE_DEPRECATEDLIST= YES
# The ENABLED_SECTIONS tag can be used to enable conditional
# documentation sections, marked by \if section-label ... \endif
More information about the pulseaudio-commits
mailing list