ruby/lib/rdoc/markup
Nobuyoshi Nakada 64b991b0cd [ruby/rdoc] Links to document texts without "rdoc-ref:" prefix
While links to generated HTML from RDoc file needs to be prefixed
by "rdoc-ref:" currently, in case of explicit references this
seems just redundant.

Also GitHub RDoc support does not work with this prefix.

This patch lets links to such document texts (".rb", ".rdoc" and
".md" now) refer URLs generated by `RDoc::TopLevel#http_url`
without the prefix.

f18b27b69d
2021-04-03 01:22:09 +09:00
..
attr_changer.rb
attr_span.rb [ruby/rdoc] Treat emphasis tags as excluding other notations 2021-04-03 01:21:50 +09:00
attribute_manager.rb [ruby/rdoc] Treat emphasis tags as excluding other notations 2021-04-03 01:21:50 +09:00
attributes.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
blank_line.rb
block_quote.rb
document.rb
formatter.rb Separate send into public_send and __send__ 2020-10-27 16:12:45 +09:00
hard_break.rb
heading.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
include.rb
indented_paragraph.rb
list.rb
list_item.rb
paragraph.rb
parser.rb lib/rdoc/markup/parser.rb: remove a unused variable initialization 2019-08-19 10:07:05 +09:00
pre_process.rb Specify explicit separator not to be affected by $; 2020-03-08 17:38:37 +09:00
raw.rb
regexp_handling.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
rule.rb
table.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_ansi.rb
to_bs.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
to_html.rb [ruby/rdoc] Links to document texts without "rdoc-ref:" prefix 2021-04-03 01:22:09 +09:00
to_html_crossref.rb [ruby/rdoc] Create link to unary operator methods correctly 2020-07-22 02:35:12 +09:00
to_html_snippet.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
to_joined_paragraph.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_label.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
to_markdown.rb lib/rdoc/markup/: Remove wrong call to =~ against Array 2018-11-26 05:32:50 +00:00
to_rdoc.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_table_of_contents.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_test.rb
to_tt_only.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
verbatim.rb