* ext/win32ole/win32ole.c: [DOC] Fix typo in :nodoc: reported by

@windwiny to [Fix GH-705] https://github.com/ruby/ruby/pull/705

* ext/pty/pty.c: ditto


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2014-10-04 00:09:57 +00:00
Родитель 165625e8e1
Коммит 34fcb5dbee
3 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,10 @@
Sat Oct 4 09:08:18 2014 Zachary Scott <e@zzak.io>
* ext/win32ole/win32ole.c: [DOC] Fix typo in :nodoc: reported by
@windwiny to [Fix GH-705] https://github.com/ruby/ruby/pull/705
* ext/pty/pty.c: ditto
Sat Oct 4 08:59:45 2014 Zachary Scott <e@zzak.io>
* ext/openssl/ossl_rand.c: [DOC] Add call signature for pseudo_bytes

Просмотреть файл

@ -748,7 +748,7 @@ void
Init_pty(void)
{
cPTY = rb_define_module("PTY");
/* :nodoc */
/* :nodoc: */
rb_define_module_function(cPTY,"getpty",pty_getpty,-1);
rb_define_module_function(cPTY,"spawn",pty_getpty,-1);
rb_define_singleton_method(cPTY,"check",pty_check,-1);

Просмотреть файл

@ -2332,7 +2332,7 @@ fole_s_create_guid(VALUE self)
* You must not use these method.
*/
/* :nodoc */
/* :nodoc: */
static VALUE
fole_s_ole_initialize(VALUE self)
{
@ -2340,7 +2340,7 @@ fole_s_ole_initialize(VALUE self)
return Qnil;
}
/* :nodoc */
/* :nodoc: */
static VALUE
fole_s_ole_uninitialize(VALUE self)
{