From bf874974c7f71c52bb281ec5be38c5c6b0c2d376 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 26 Oct 2004 14:33:17 +0000 Subject: Restore correct :nodoc: behavior with nested classes git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b758e9fa5..bbd834fde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 26 23:30:39 2004 Dave Thomas + + * lib/rdoc/code_objects.rb (RDoc::Context::add_class_or_module): + Restore correct :nopdoc: behavior with nested classes and modules. + Mon Oct 25 18:35:39 2004 WATANABE Hirofumi * win32/win32.c (isUNCRoot): should check NUL after '.'. -- cgit