Parent

Class/Module Index [+]

Quicksearch

YARD::Templates::Helpers::Markup::RDocMarkup::RDocMarkupToHtml

Attributes

from_path[RW]

Public Instance Methods

accept_paragraph(*args) click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.