ruby-changes:55150
From: nobu <ko1@a...>
Date: Thu, 28 Mar 2019 17:39:28 +0900 (JST)
Subject: [ruby-changes:55150] nobu:r67357 (trunk): [DOC] fix missing paren [ci skip]
nobu 2019-03-28 17:39:24 +0900 (Thu, 28 Mar 2019) New Revision: 67357 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67357 Log: [DOC] fix missing paren [ci skip] Modified files: trunk/lib/rdoc/parser/c.rb Index: lib/rdoc/parser/c.rb =================================================================== --- lib/rdoc/parser/c.rb (revision 67356) +++ lib/rdoc/parser/c.rb (revision 67357) @@ -952,7 +952,7 @@ class RDoc::Parser::C < RDoc::Parser https://github.com/ruby/ruby/blob/trunk/lib/rdoc/parser/c.rb#L952 # can override the C value of the comment to give a friendly definition. # # /* 300: The perfect score in bowling */ - # rb_define_const(cFoo, "PERFECT", INT2FIX(300); + # rb_define_const(cFoo, "PERFECT", INT2FIX(300)); # # Will override <tt>INT2FIX(300)</tt> with the value +300+ in the output # RDoc. Values may include quotes and escaped colons (\:). -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/