mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc: Update to RDoc 3.9. Fixed ri []
, stopdoc creating an
object reference, nodoc for class aliases, verbatim === lines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4ac69a57b5
commit
89b601d176
33 changed files with 1329 additions and 600 deletions
|
@ -423,6 +423,7 @@ class RDoc::Context < RDoc::CodeObject
|
|||
if klass then
|
||||
# if TopLevel, it may not be registered in the classes:
|
||||
enclosing.classes_hash[name] = klass
|
||||
|
||||
# update the superclass if needed
|
||||
if superclass then
|
||||
existing = klass.superclass
|
||||
|
@ -623,8 +624,10 @@ class RDoc::Context < RDoc::CodeObject
|
|||
|
||||
##
|
||||
# Is there any content?
|
||||
# This means any of: comment, aliases, methods, attributes,
|
||||
# external aliases, require, constant.
|
||||
#
|
||||
# This means any of: comment, aliases, methods, attributes, external
|
||||
# aliases, require, constant.
|
||||
#
|
||||
# Includes are also checked unless <tt>includes == false</tt>.
|
||||
|
||||
def any_content(includes = true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue