summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authortakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-05 08:20:34 +0000
committertakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-05 08:20:34 +0000
commitae114a8ee6ad606ec682fe0af26fa86c9e563237 (patch)
tree8dfa4b28aabd1d0176eff4685caea173352055c7 /template
parente03d6d9eb84764cb854dc500ce8c19d85db53656 (diff)
* template/Doxyfile.tmpl: remove SHOW_DIRECTORIES and
HTML_ALIGN_MEMBERS lines. They have been obsolete in Doxygen version 1.8.2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/Doxyfile.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index aff688a8e4..6b91e20c1d 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -85,7 +85,6 @@ GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
-SHOW_DIRECTORIES = NO
SHOW_FILES = YES
SHOW_NAMESPACES = YES
LAYOUT_FILE =
@@ -140,7 +139,6 @@ HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
HTML_DYNAMIC_SECTIONS = NO
GENERATE_DOCSET = NO
DOCSET_FEEDNAME = "Doxygen generated docs"