From 91faa496b3d1864fc3c8de34c5cbb0712791686c Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 24 Mar 2004 03:35:24 +0000 Subject: Don't be as eager to invent classes to document git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 594a677d5d..190f483228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Mar 24 12:32:56 2004 Dave Thomas + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_class_module): + Don't document methods if we don't know for sure the + class or module. + + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_class): + Don't store documentation for singleton classes if we + don't know the real class. + Wed Mar 24 11:11:26 2004 Dave Thomas * lib/rdoc/generators/html_generator.rb (Generators::HTMLGenerator::load_html_template): -- cgit v1.2.3