RDoc::Markup::ToHtml
# File lib/yard/templates/helpers/markup/rdoc_markup.rb, line 75 def accept_paragraph(*args) par = args.last text = par.respond_to?(:txt) ? par.txt : par.text @hyperlink = !!(text =~ /\{(https?:|mailto:|link:|www\.)/) super end
Disable auto-link of URLs
# File lib/yard/templates/helpers/markup/rdoc_markup.rb, line 71 def handle_special_HYPERLINK(special) @hyperlink ? special.text : super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.