From e7a2fa9a61eeca05904e043231f4c9bd8cdc8f59 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 27 Dec 2003 16:39:44 +0000 Subject: Add "Document-method:" capability git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee2547713..3bdb9e8a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sun Dec 28 01:35:35 2003 Dave Thomas + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_body): + Sometimes the Ruby source aliases two otherwise + unrelated methods (for example Kernel#object_id and + Kernel#hash are both the same C function). Provide a + facility to allow the methods to be documented + separately. + +Sun Dec 28 01:05:31 2003 Dave Thomas + + * marshal.c, signal.c: RDoc collemts added by Elliott Hughes + Sun Dec 28 00:48:47 2003 Dave Thomas * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_class_comment): -- cgit