diff options
author | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-04-05 12:30:47 +0300 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-04-17 10:53:49 +0300 |
commit | 7fac10730128141fb47b6ecbe3a0cfa7f367ab3a (patch) | |
tree | 4ac536c3d70796e01f4444da27ccd726109d60c1 /doxygen | |
parent | 3064511df623c4b1a2196b1477bae6d26c4dc5c4 (diff) |
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
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/doxygen.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in index 43380e9e5..82ccad617 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 |