Project

General

Profile

Actions

Bug #1874

closed

RDoc error in documentation

Added by chrismurf (Chris Murphy) over 14 years ago. Updated about 13 years ago.

Status:
Closed
ruby -v:
Latest SVN
[ruby-core:24734]

Description

=begin
On line 141 of '/lib/rdoc/parsers/parse_c.rb', the documentation:

rb_define_method(....); // in: filename

is incorrect. Using the syntax shown for identifying an alternate source file will not be parsed by the regular expressions; the colon will cause rejection. The line should correctly read:

rb_define_method(....); // in filename

This bug also affects latest SVN of v1.8.7.
=end

Actions #1

Updated by wyhaines (Kirk Haines) over 14 years ago

  • Status changed from Open to Closed
  • Assignee set to wyhaines (Kirk Haines)
  • % Done changed from 0 to 100

=begin
Fixed in r24391.
=end

Actions

Also available in: Atom PDF

Like0
Like0