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

ruby-changes:38753

From: hsbt <ko1@a...>
Date: Thu, 11 Jun 2015 19:11:50 +0900 (JST)
Subject: [ruby-changes:38753] hsbt:r50834 (trunk): * ext/zlib/zlib.c: Fix indentation for rdoc.

hsbt	2015-06-11 19:11:30 +0900 (Thu, 11 Jun 2015)

  New Revision: 50834

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

  Log:
    * ext/zlib/zlib.c: Fix indentation for rdoc.
      [Bug #11221][ruby-core:69465]

  Modified files:
    trunk/ChangeLog
    trunk/ext/zlib/zlib.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50833)
+++ ChangeLog	(revision 50834)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Jun 11 19:11:22 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* ext/zlib/zlib.c: Fix indentation for rdoc.
+	  [Bug #11221][ruby-core:69465]
+
 Thu Jun 11 16:23:37 2015  Koichi Sasada  <ko1@a...>
 
 	* method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens).
Index: ext/zlib/zlib.c
===================================================================
--- ext/zlib/zlib.c	(revision 50833)
+++ ext/zlib/zlib.c	(revision 50834)
@@ -1852,7 +1852,7 @@ rb_inflate_s_allocate(VALUE klass) https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.c#L1852
  *   Have inflate use the window size from the zlib header of the compressed
  *   stream.
  *
- * (8..15)
+ * (8..15)::
  *   Overrides the window size of the inflate header in the compressed stream.
  *   The window size must be greater than or equal to the window size of the
  *   compressed stream.

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

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