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

ruby-changes:12678

From: nobu <ko1@a...>
Date: Wed, 5 Aug 2009 00:32:03 +0900 (JST)
Subject: [ruby-changes:12678] Ruby:r24393 (ruby_1_8): * lib/rdoc/parsers/parse_c.rb: fixed a small error in the

nobu	2009-08-05 00:31:49 +0900 (Wed, 05 Aug 2009)

  New Revision: 24393

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24393

  Log:
    * lib/rdoc/parsers/parse_c.rb: fixed a small error in the
      documentation.  [ruby-core:24744]

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/lib/rdoc/parsers/parse_c.rb

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 24392)
+++ ruby_1_8/ChangeLog	(revision 24393)
@@ -1,3 +1,8 @@
+Wed Aug  5 00:31:42 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* lib/rdoc/parsers/parse_c.rb: fixed a small error in the
+	  documentation.  [ruby-core:24744]
+
 Tue Aug  4 22:15:27 2009  NAKAMURA Usaku  <usa@r...>
 
 	* win32/win32.c (has_redirection): need to execute shell if commandline
Index: ruby_1_8/lib/rdoc/parsers/parse_c.rb
===================================================================
--- ruby_1_8/lib/rdoc/parsers/parse_c.rb	(revision 24392)
+++ ruby_1_8/lib/rdoc/parsers/parse_c.rb	(revision 24393)
@@ -138,7 +138,7 @@
   # Ruby function is in the same source file as the rb_define_method call.
   # If this isn't the case, add the comment 
   #
-  #    rb_define_method(....);  // in: filename
+  #    rb_define_method(....);  // in filename
   #
   # As an example, we might have an extension that defines multiple classes
   # in its Init_xxx method. We could document them using

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

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