From a7b1a2ecedb3d7180a164c045b90be4b2b38704d 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- re.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 're.c') diff --git a/re.c b/re.c index 9332dfe389..c1e5af074d 100644 --- a/re.c +++ b/re.c @@ -678,6 +678,7 @@ match_alloc(klass) return (VALUE)match; } +/* :nodoc: */ static VALUE match_init_copy(obj, orig) VALUE obj, orig; @@ -1972,6 +1973,7 @@ rb_reg_s_union(argc, argv) } } +/* :nodoc: */ static VALUE rb_reg_init_copy(copy, re) VALUE copy, re; -- cgit v1.2.3