diff options
author | Yaowu Xu <yaowu@google.com> | 2015-01-14 18:09:14 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | 2015-01-15 10:46:37 -0800 |
commit | 1b7391a3a432bf2164b667f8187524494506ab92 (patch) | |
tree | 15c6f583487e07c40edfd1b44f2e4367ef9bc77d | |
parent | 199951bd61d1860a5fc3320f9c6301109adec5f4 (diff) | |
download | libvpx-1b7391a3a432bf2164b667f8187524494506ab92.tar.gz libvpx-1b7391a3a432bf2164b667f8187524494506ab92.tar.bz2 libvpx-1b7391a3a432bf2164b667f8187524494506ab92.zip |
Remove obsolete doxygen tags
Change-Id: I38a42ed1d0be4fbfce6c9f3f5d021055107933d7
-rw-r--r-- | libs.doxy_template | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libs.doxy_template b/libs.doxy_template index 02e290242..370bf827e 100644 --- a/libs.doxy_template +++ b/libs.doxy_template @@ -415,12 +415,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 - # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from the # version control system). Doxygen will invoke the program by executing (via @@ -715,12 +709,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 compressed HTML help file (.chm) |