summaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-21 11:06:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-21 11:06:32 +0000
commit127fcb60fc9efdef066761290c0b9e28bfe3076a (patch)
tree21a8dd07389ac28e25ab0fa57d120691640ff013 /cont.c
parentaec5abdeefd24e476bf28594de94cfaf18287ae7 (diff)
downloadruby-127fcb60fc9efdef066761290c0b9e28bfe3076a.tar.gz
ruby-127fcb60fc9efdef066761290c0b9e28bfe3076a.tar.xz
ruby-127fcb60fc9efdef066761290c0b9e28bfe3076a.zip
* cont.c, proc.c: added rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cont.c b/cont.c
index eefce6d7b..083c023b4 100644
--- a/cont.c
+++ b/cont.c
@@ -776,6 +776,7 @@ fiber_init(VALUE fibval, VALUE proc)
return fibval;
}
+/* :nodoc: */
static VALUE
rb_fiber_init(VALUE fibval)
{