From ee25621b3db5a0c2cfe8c9cd49cf0245e2fefc61 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/trunk@5322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c93195ff1..567dd8868 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:46:25 2003 Dave Thomas * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_class_comment): -- cgit