mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
165625e8e1
commit
34fcb5dbee
3 changed files with 10 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue