]> code.delx.au - pulseaudio/commitdiff
doxygen: Enable GENERATE_DEPRECATEDLIST
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 5 Apr 2014 09:30:47 +0000 (12:30 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Thu, 17 Apr 2014 07:53:49 +0000 (10:53 +0300)
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

doxygen/doxygen.conf.in

index 43380e9e5c51a3dd2f9f36b83843311fc0399685..82ccad617204b958a8c37c42ec00b80c195dac25 100644 (file)
@@ -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