summaryrefslogtreecommitdiff
path: root/ext/objspace
diff options
context:
space:
mode:
Diffstat (limited to 'ext/objspace')
-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.
*