From b7082fe88bd7a1c97bda7cc85de8615a55616b34 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 616a789eb..595b0e352 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