aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-23 02:16:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-23 02:16:42 +0000
commit6d7034a849ff5b0b4c044e6b1dc52b57bcaa70dd (patch)
tree0ab2804b6aab21b2d07c840458f10a515dfef3b5 /gc.c
parent5f025b1569b6057d96f7cd9a41088f96f5183529 (diff)
downloadruby-6d7034a849ff5b0b4c044e6b1dc52b57bcaa70dd.tar.gz
[DOC] nodoc internal methods/classes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index ad4cd55b2a..af7c2a202d 100644
--- a/gc.c
+++ b/gc.c
@@ -8324,6 +8324,7 @@ wmap_final_func(st_data_t *key, st_data_t *value, st_data_t arg, int existing)
return ST_CONTINUE;
}
+/* :nodoc: */
static VALUE
wmap_finalize(VALUE self, VALUE objid)
{