[前][次][番号順一覧][スレッド一覧]

ruby-changes:54490

From: nobu <ko1@a...>
Date: Fri, 4 Jan 2019 18:25:37 +0900 (JST)
Subject: [ruby-changes:54490] nobu:r66705 (trunk): [DOC] split a tag for each function name [ci skip]

nobu	2019-01-04 18:25:32 +0900 (Fri, 04 Jan 2019)

  New Revision: 66705

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66705

  Log:
    [DOC] split a tag for each function name [ci skip]

  Modified files:
    trunk/lib/rdoc/parser/c.rb
Index: lib/rdoc/parser/c.rb
===================================================================
--- lib/rdoc/parser/c.rb	(revision 66704)
+++ lib/rdoc/parser/c.rb	(revision 66705)
@@ -3,8 +3,8 @@ require 'tsort' https://github.com/ruby/ruby/blob/trunk/lib/rdoc/parser/c.rb#L3
 
 ##
 # RDoc::Parser::C attempts to parse C extension files.  It looks for
-# the standard patterns that you find in extensions: <tt>rb_define_class,
-# rb_define_method</tt> and so on.  It tries to find the corresponding
+# the standard patterns that you find in extensions: <tt>rb_define_class</tt>,
+# <tt>rb_define_method</tt> and so on.  It tries to find the corresponding
 # C source for the methods and extract comments, but if we fail
 # we don't worry too much.
 #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]