mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Doxy-comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2d42e704f4
commit
cbb56c7514
1 changed files with 4 additions and 2 deletions
6
object.c
6
object.c
|
@ -2450,7 +2450,6 @@ boot_defmetametaclass(VALUE klass, VALUE metametaclass)
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
*--
|
|
||||||
* Initializes the world of objects and classes.
|
* Initializes the world of objects and classes.
|
||||||
*
|
*
|
||||||
* At first, the function bootstraps the class hierarchy.
|
* 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.
|
* Then, the function defines classes, modules and methods as usual.
|
||||||
* \ingroup class
|
* \ingroup class
|
||||||
*++
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
*
|
||||||
* <code>BasicObject</code> is the parent class of all classes in Ruby.
|
* <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
|
* 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
|
* class hierarchy is a direct subclass of <code>BasicObject</code>. Its
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue