diff options
author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-29 03:56:22 +0000 |
---|---|---|
committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-29 03:56:22 +0000 |
commit | 9e946cb38bc03ef1928ddfd9437e8f0884a98bf8 (patch) | |
tree | ee31cd1b5d6517811baa2c3d19c3b6b2dab0ae26 /lib/rdoc/parsers/parse_c.rb | |
parent | 490294ab01d469b2ca52bb07ae2ef8482c127b99 (diff) | |
download | ruby-9e946cb38bc03ef1928ddfd9437e8f0884a98bf8.tar.gz ruby-9e946cb38bc03ef1928ddfd9437e8f0884a98bf8.tar.xz ruby-9e946cb38bc03ef1928ddfd9437e8f0884a98bf8.zip |
Add RDoc for Kernel global functions, tidy array and error
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/parsers/parse_c.rb')
-rw-r--r-- | lib/rdoc/parsers/parse_c.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/parsers/parse_c.rb b/lib/rdoc/parsers/parse_c.rb index eb1083df2..2a735f683 100644 --- a/lib/rdoc/parsers/parse_c.rb +++ b/lib/rdoc/parsers/parse_c.rb @@ -334,7 +334,7 @@ module RDoc ############################################################ - # Find the C code corresponding to a c method + # Find the C code corresponding to a Ruby method def find_body(meth_name, meth_obj, body) if body =~ %r{((?>/\*.*?\*/\s+))(static\s+)?VALUE\s+#{meth_name} \s*(\(.*?\)).*?^}xm |