summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-04 00:09:57 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-04 00:09:57 +0000
commit34fcb5dbee90f990fe1a08e829974caa2b1b8195 (patch)
tree5431caa03cc4ad6b384ebacba126e633bc89cb51
parent165625e8e11e678c6f882767382bc450ca623891 (diff)
* 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
-rw-r--r--ChangeLog7
-rw-r--r--ext/pty/pty.c2
-rw-r--r--ext/win32ole/win32ole.c4
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e90a0eea..1a98a378b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/ext/pty/pty.c b/ext/pty/pty.c
index b1950bbb48..3ea5d5c8ce 100644
--- a/ext/pty/pty.c
+++ b/ext/pty/pty.c
@@ -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);
diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c
index b21d4385cc..d239d9caf8 100644
--- a/ext/win32ole/win32ole.c
+++ b/ext/win32ole/win32ole.c
@@ -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)
{