aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/pty/pty.c2
-rw-r--r--ext/win32ole/win32ole.c4
2 files changed, 3 insertions, 3 deletions
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)
{