From 6c43156dff9ab5f1ea8165ccdef4b1e88a1d24cd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Dec 2005 14:50:42 +0000 Subject: * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for class document with prototypes. [ruby-core:06863] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e3c1f728..ea2a7b53d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 14 23:50:20 2005 Nobuyoshi Nakada + + * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for class + document with prototypes. [ruby-core:06863] + Wed Dec 14 23:39:53 2005 Nobuyoshi Nakada * dir.c (has_magic): glob names contain alphabets to enable case fold -- cgit