From 5397ab28741b356b7f5d6591e03f9506f433ab05 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 21 May 2012 10:26:11 +0000 Subject: [PATCH] Remove options that are no longer supported in doxygen 1.8.1 and that were set to their default values anyway (so older doxygen versions will still produce the same output as before). git-svn-id: https://svn.dealii.org/trunk@25525 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/options.dox.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index 6e22055f81..8b8c2235a6 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -366,12 +366,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 @@ -652,12 +646,6 @@ HTML_FOOTER = footer.html 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) -- 2.39.5