From 34fcb5dbee90f990fe1a08e829974caa2b1b8195 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 4 Oct 2014 00:09:57 +0000 Subject: * 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 --- ext/win32ole/win32ole.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/win32ole/win32ole.c') 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) { -- cgit v1.2.3