diff options
author | Max Kellermann <max@duempel.org> | 2015-03-17 10:45:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-17 10:45:41 +0100 |
commit | b6e56119c4c40b3c067832804e3341fcdd66ac9c (patch) | |
tree | cd813c9221d46b494e918259a461846edfa73769 /doc/doxygen.conf.in | |
parent | a0e29b543580f8b3f32a28d53235421e1ab42d7b (diff) | |
download | mpd-b6e56119c4c40b3c067832804e3341fcdd66ac9c.tar.gz mpd-b6e56119c4c40b3c067832804e3341fcdd66ac9c.tar.xz mpd-b6e56119c4c40b3c067832804e3341fcdd66ac9c.zip |
doc/doxygen.conf: remove obsolete settings
Diffstat (limited to '')
-rw-r--r-- | doc/doxygen.conf.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 82bb8cdf7..1e63db844 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -155,13 +155,6 @@ QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO -# If the DETAILS_AT_TOP tag is set to YES then Doxygen -# will output the detailed description near the top, like JavaDoc. -# If set to NO, the detailed description appears after the member -# documentation. - -DETAILS_AT_TOP = NO - # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements. @@ -446,12 +439,6 @@ MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES -# If the sources in your project are distributed over multiple directories -# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy -# in the documentation. The default is NO. - -SHOW_DIRECTORIES = NO - # Set the SHOW_FILES tag to NO to disable the generation of the Files page. # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. @@ -758,12 +745,6 @@ HTML_FOOTER = HTML_STYLESHEET = -# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, -# files or namespaces will be aligned in HTML using tables. If set to -# NO a bullet list will be used. - -HTML_ALIGN_MEMBERS = YES - # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) |