# File lib/wrongdoc/rdoc_options.rb, line 4
  def rdoc_options
    webcvs = URI.parse(Wrongdoc.config[:cgit_url])
    webcvs.path += "/tree"
    webcvs = "#{webcvs}/%s"
    _, _, title = readme_metadata
    [ '-t', title, '-W', webcvs ]
  end