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 --- time.c | 1 + 1 file changed, 1 insertion(+) (limited to 'time.c') diff --git a/time.c b/time.c index c0fb0578f9..0fedb94c98 100644 --- a/time.c +++ b/time.c @@ -944,6 +944,7 @@ time_hash(time) return LONG2FIX(hash); } +/* :nodoc: */ static VALUE time_init_copy(copy, time) VALUE copy, time; -- cgit v1.2.3