From f711cd616b74c0774b9fdfd3a85bbb410f4739e8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Jan 2004 14:16:47 +0000 Subject: * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, time.c: marked init_copy functions nodoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- struct.c | 1 + 1 file changed, 1 insertion(+) (limited to 'struct.c') diff --git a/struct.c b/struct.c index 9ad30460f..fd149e3c7 100644 --- a/struct.c +++ b/struct.c @@ -514,6 +514,7 @@ rb_struct_to_a(s) return rb_ary_new4(RSTRUCT(s)->len, RSTRUCT(s)->ptr); } +/* :nodoc: */ static VALUE rb_struct_init_copy(copy, s) VALUE copy, s; -- cgit