aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parente03d6d9eb84764cb854dc500ce8c19d85db53656 (diff)
downloadruby-ae114a8ee6ad606ec682fe0af26fa86c9e563237.tar.gz
* 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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f28b38af7e..78076536de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Oct 5 17:18:42 JST 2012 TAKANO Mitsuhiro <tak@no32.tk>
+
+ * template/Doxyfile.tmpl: remove SHOW_DIRECTORIES and
+ HTML_ALIGN_MEMBERS lines. They have been obsolete in
+ Doxygen version 1.8.2.
+
Fri Oct 05 15:26:18 2012 Koichi Sasada <ko1@atdot.net>
* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.