1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc
Nobuyoshi Nakada ebcbca96fb [ruby/rdoc] Fix full name of known class
Properly set the name of `File::Constants`, which is the only name
with a namespace in `RDoc::KNOWN_CLASSES`, and fixes longstanding bug
that `File::Constants` becomes `File::File::Constants`.

When it is generated by `rb_file_const` in dir.c, `name` is set to the
qualified name as same as `full_name`, and generated in the normal way
in file.c later, already set `full_name` is cleared and `name` will be
constructed from the enclosing namespace and the `name`.  It will
results in duplicated namespace, `File::File::Constants`.

https://github.com/ruby/rdoc/commit/3a8d6df562
2022-03-16 15:05:41 +09:00
..
context [ruby/rdoc] Prefer require 'cgi/util' instead of require 'cgi' 2022-02-22 17:08:52 +09:00
generator [ruby/rdoc] Start with open when only one visible class/module 2022-03-14 14:48:13 +09:00
i18n
markdown [ruby/rdoc] Update generated files 2022-02-12 15:22:47 +09:00
markup [ruby/rdoc] Prefer require 'cgi/util' instead of require 'cgi' 2022-02-22 17:08:52 +09:00
parser [ruby/rdoc] Fix full name of known class 2022-03-16 15:05:41 +09:00
rd [ruby/rdoc] Update generated files 2022-02-12 15:22:47 +09:00
ri [ruby/rdoc] Clean documents for backwards compatibility 2022-03-13 19:56:42 +09:00
stats
.document
alias.rb
anon_class.rb
any_method.rb
attr.rb
class_module.rb
code_object.rb
code_objects.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
comment.rb
constant.rb
context.rb [ruby/rdoc] Prefer require 'cgi/util' instead of require 'cgi' 2022-02-22 17:08:52 +09:00
cross_reference.rb [ruby/rdoc] Support crossref of methods with multiple arguments 2022-03-09 23:38:45 +09:00
encoding.rb
erb_partial.rb
erbio.rb
extend.rb
generator.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
ghost_method.rb
i18n.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
include.rb
known_classes.rb
markdown.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
markup.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
meta_method.rb
method_attr.rb [ruby/rdoc] Prefer require 'cgi/util' instead of require 'cgi' 2022-02-22 17:08:52 +09:00
mixin.rb
normal_class.rb [ruby/rdoc] Refine pretty_print 2022-03-13 21:15:08 +09:00
normal_module.rb [ruby/rdoc] Refine pretty_print 2022-03-13 21:15:08 +09:00
options.rb [ruby/rdoc] Dump plain objects as RDoc::Options 2022-02-12 16:15:08 +09:00
parser.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
rd.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
rdoc.gemspec
rdoc.rb [ruby/rdoc] Dump plain objects as RDoc::Options 2022-02-12 16:15:08 +09:00
require.rb
ri.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
rubygems_hook.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
servlet.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
single_class.rb [ruby/rdoc] Refine pretty_print 2022-03-13 21:15:08 +09:00
stats.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
store.rb [ruby/rdoc] Use Marshal.load io instead of Marshal.load io.read 2022-03-02 14:01:31 +09:00
task.rb [ruby/rdoc] Clean documents for backwards compatibility 2022-03-13 19:56:42 +09:00
text.rb
token_stream.rb
tom_doc.rb
top_level.rb
version.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00