Add explicit line breaks in method signatures for ri. Fixup some comments in object.c. Support changes comments for "in xxx.c"

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2004-01-12 03:11:25 +00:00
parent e1f3e3496b
commit a1d3a8e861
5 changed files with 39 additions and 9 deletions

View file

@ -844,7 +844,7 @@ main_to_s(obj)
/***********************************************************************
* Document-class: TrueClass
* Document-class: TrueClass
*
* The global value <code>true</code> is the only instance of class
* <code>TrueClass</code> and represents a logically true value in