mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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
This commit is contained in:
parent
3064511df6
commit
7fac107301
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue