Bug #1879

RDoc error in documentation

Added by Chris Murphy over 2 years ago. Updated 10 months ago.

[ruby-core:24744]
Status:Closed Start date:08/05/2009
Priority:Low Due date:
Assignee:- % Done:

0%

Category:lib
Target version:-
ruby -v:Latest SVN

Description

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 affected the latest SVN of v1.8.6, but has been fixed there.

History

Updated by Marc-Andre Lafortune almost 2 years ago

  • Category set to lib
  • Status changed from Open to Closed

Also available in: Atom PDF