summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-29 16:52:57 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-29 16:52:57 +0000
commitcbb56c75145f6f4f7d1c12c28dd566cf5bbb7e33 (patch)
treef6f8655a5601b7b583dcd93ea658b3d98ece4783 /object.c
parent2d42e704f4b46e05943041d87fc98ca04630c843 (diff)
Doxy-comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/object.c b/object.c
index 0458ccf4b3..595c401955 100644
--- a/object.c
+++ b/object.c
@@ -2450,7 +2450,6 @@ boot_defmetametaclass(VALUE klass, VALUE metametaclass)
/*!
- *--
* Initializes the world of objects and classes.
*
* At first, the function bootstraps the class hierarchy.
@@ -2466,7 +2465,10 @@ boot_defmetametaclass(VALUE klass, VALUE metametaclass)
*
* Then, the function defines classes, modules and methods as usual.
* \ingroup class
- *++
+ */
+
+/*
+ *
* <code>BasicObject</code> is the parent class of all classes in Ruby.
* It's an explicit blank class. <code>Object</code>, the root of Ruby's
* class hierarchy is a direct subclass of <code>BasicObject</code>. Its