# File lib/asciidoctor/backends/docbook45.rb, line 635 def quote_text(text, type, role) start_tag, end_tag = QUOTED_TAGS[type] || NO_TAGS if role "#{start_tag}<phrase role=\"#{role}\">#{text}</phrase>#{end_tag}" else "#{start_tag}#{text}#{end_tag}" end end
Generated with the Darkfish Rdoc Generator 2.