ruby/lib/rdoc
Stan Lo d7af8afe1b [ruby/rdoc] Group code object files into the same directory
(https://github.com/ruby/rdoc/pull/1114)

It's hard to distinguish code object classes by their file names alone.
And given that we have 18 such classes, it'd make the codebase a lot
easier to understand if we grouped them into a single directory.

Given that these classes are all autoloaded in `lib/rdoc.rb` instead
of required individually, this change should have minimum impact on
projects using RDoc as they generally just require `rdoc`, not individual
files. An example is Rails' `sdoc`:
https://github.com/rails/sdoc/blob/main/lib/sdoc/rdoc_monkey_patches.rb

https://github.com/ruby/rdoc/commit/4211292ffe
2024-07-02 10:15:00 +00:00
..
code_object [ruby/rdoc] Group code object files into the same directory 2024-07-02 10:15:00 +00:00
generator [ruby/rdoc] Fix some typos (https://github.com/ruby/rdoc/pull/1129) 2024-07-01 11:08:37 +09:00
i18n
markdown [ruby/rdoc] [DOC] Add missing documents 2023-12-16 00:26:37 +09:00
markup [ruby/rdoc] Fix ToRdoc generating incorrect {label,name}-lists 2024-03-09 03:50:09 +00:00
parser [ruby/rdoc] Fix some typos (https://github.com/ruby/rdoc/pull/1129) 2024-07-01 11:08:37 +09:00
rd Update rdoc parsers generated by racc-1.7.3 2023-11-06 17:53:00 +09:00
ri [ruby/rdoc] Abort with error message if --dump argument invalid 2024-05-30 00:09:22 +00:00
stats [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
.document [DOC] escape descriptions [ci skip] 2019-01-04 09:49:32 +00:00
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 [DOC] Link fixes 2023-10-03 16:31:34 +09:00
cross_reference.rb [ruby/rdoc] [DOC] Add missing documents 2023-12-16 00:26:37 +09:00
encoding.rb [ruby/rdoc] Remove unused method `RDoc::Encoding.remove_frozen_string_literal` 2023-12-16 00:25:51 +09:00
erb_partial.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
erbio.rb [ruby/rdoc] Remove code for versions older than Ruby 2.6 2023-09-05 01:14:52 +00:00
generator.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
i18n.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
known_classes.rb [ruby/rdoc] Fix the known classes more 2022-07-11 13:43:14 +09:00
markdown.rb Update generated code from 5c7ea6fa15 2024-05-30 18:00:25 +09:00
markup.rb [ruby/rdoc] [DOC] Removes remaining old Markup Reference (https://github.com/ruby/rdoc/pull/910) 2022-08-07 21:07:23 +09:00
options.rb [ruby/rdoc] Ignore `locale` at `write_options` 2024-01-06 10:17:49 +00:00
parser.rb [ruby/rdoc] Respect modeline to detect parser 2024-01-11 06:55:39 +00: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 [ruby/rdoc] Add source_code, homepage and changelog uris to gemspec metadata [ci skip] 2023-07-05 04:08:17 +00:00
rdoc.rb [ruby/rdoc] Isolate root dir if specified 2023-05-06 07:39:24 +00:00
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
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] Fix NoMethodError for start_with 2024-03-21 04:18:26 +00:00
task.rb [ruby/rdoc] Actually execute RDoc document task for coverage 2023-02-06 23:09:05 +00:00
text.rb [ruby/rdoc] [DOC] Add missing documents 2023-12-16 00:26:37 +09:00
token_stream.rb [ruby/rdoc] Early return when `token_stream` is `nil` 2023-12-05 06:21:52 +00:00
tom_doc.rb Refactor and improve performance of RDoc::Markup::Parser 2019-08-16 06:02:45 +09:00
version.rb [ruby/rdoc] Bump up 6.7.0 2024-05-23 01:17:32 +00:00