From 587cb479d24fc2feebb6a2aeb13a9238f09d8c9e Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 22 Aug 2006 09:49:59 +0000 Subject: * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDoc git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f10ec4e4..7a10d631b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 22 18:47:51 2006 Yukihiro Matsumoto + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method): + rdoc documents C module methods as instance methods. a patch in + [ruby-core:08536]. + Sat Aug 19 14:15:02 2006 NAKAMURA Usaku * win32/Makefile.sub (config.status): include winsock2.h instead of @@ -1579,6 +1585,9 @@ Tue Apr 18 00:11:21 2006 Yukihiro Matsumoto Fri Aug 11 15:39:25 2006 Eric Hodel + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDoc + ignore C function prototypes. Patch by Tilman Sauerbeck + . [ruby-core:8574] * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get documented. -- cgit