From e3faf4e9cc014b39137399275343d093ec75cb97 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 29 Jun 2009 16:52:57 +0000 Subject: Doxy-comment git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/object.c b/object.c index 0458ccf4b..595c40195 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 - *++ + */ + +/* + * * BasicObject is the parent class of all classes in Ruby. * It's an explicit blank class. Object, the root of Ruby's * class hierarchy is a direct subclass of BasicObject. Its -- cgit