summaryrefslogtreecommitdiff
path: root/ext/objspace/objspace.c
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-17 08:44:56 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-17 08:44:56 +0000
commit089dd1a1ca85e172df435be82b5a5f0265ae7df4 (patch)
tree6b85ef767d3a3f07b391e6d89e2394384d96cec4 /ext/objspace/objspace.c
parentabfcded30cfe2071517c3869e868c7a9cb373479 (diff)
* gc.c (ObjectSpace): is a module not a class.
* ext/objspace/objspace.c: try to include overview in rdoc, see #8537. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace/objspace.c')
-rw-r--r--ext/objspace/objspace.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c
index 5fcd95b954..0bdd626705 100644
--- a/ext/objspace/objspace.c
+++ b/ext/objspace/objspace.c
@@ -771,7 +771,12 @@ reachable_objects_from(VALUE self, VALUE obj)
void Init_object_tracing(VALUE rb_mObjSpace);
void Init_gc_hook(VALUE rb_mObjSpace);
-/* The objspace library extends the ObjectSpace module and adds several
+/*
+ * Document-module: ObjectSpace
+ *
+ * == The objspace library
+ *
+ * The objspace library extends the ObjectSpace module and adds several
* methods to get internal statistic information about
* object/memory management.
*