From 84c046a289c585b9310e2a7119afc59639321756 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 15 Nov 2009 16:59:31 +0000 Subject: * include/ruby/ruby.h (rb_classext_t): annotate @internal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 84bce04c0..97ad41c70 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -564,6 +564,7 @@ struct RObject { RCLASS_IV_INDEX_TBL(rb_obj_class(o)) : \ ROBJECT(o)->as.heap.iv_index_tbl) +/** @internal */ typedef struct { VALUE super; struct st_table *iv_tbl; -- cgit