From fd98cdb6ab411752b0d869a0dcda2030158ca8ad Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 12 Jan 2004 03:11:25 +0000 Subject: Add explicit line breaks in method signatures for ri. Fixup some comments in object.c. Support changes comments for "in xxx.c" git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6c6a495e..ede7754a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Mon Jan 12 12:07:22 2004 Dave Thomas + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods): + Someone changed the "// in eval.c" comments to "/*...*/" style, + so the parsing of the source file name broke. + + * object.c: Remove spurious space in TrueClass documentation. + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_body): Fix + bad regexp: if the code before a documented method contained + a comment that wasn't terminated by whitespace, that comment + and all intervening code was included in the following + method's documentation. + + * lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter::break_to_newline): + HTML formats need explicit line breaks. + Mon Jan 12 02:24:07 2004 Dave Thomas * lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter): Add HTML -- cgit