diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-22 09:49:59 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-22 09:49:59 +0000 |
| commit | 587cb479d24fc2feebb6a2aeb13a9238f09d8c9e (patch) | |
| tree | f03c788f3a8f43552985073e52d87f2340d2743b | |
| parent | 822d186703f2a54dc4b07b0f36baab03a1d8a156 (diff) | |
| download | ruby-587cb479d24fc2feebb6a2aeb13a9238f09d8c9e.tar.gz ruby-587cb479d24fc2feebb6a2aeb13a9238f09d8c9e.tar.xz ruby-587cb479d24fc2feebb6a2aeb13a9238f09d8c9e.zip | |
* 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
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Aug 22 18:47:51 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <usa@ruby-lang.org> * win32/Makefile.sub (config.status): include winsock2.h instead of @@ -1579,6 +1585,9 @@ Tue Apr 18 00:11:21 2006 Yukihiro Matsumoto <matz@ruby-lang.org> Fri Aug 11 15:39:25 2006 Eric Hodel <drbrain@segment7.net> + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDoc + ignore C function prototypes. Patch by Tilman Sauerbeck + <tilman at code-monkey.de>. [ruby-core:8574] * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get documented. |
