Module: Wrongdoc::RdocOptions
Instance Method Summary collapse
Methods included from Readme
#readme_description, #readme_metadata
Instance Method Details
#rdoc_options ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/wrongdoc/rdoc_options.rb', line 4 def webcvs = URI.parse(Wrongdoc.config[:cgit_url]) webcvs.path += "/tree" webcvs = "#{webcvs}/%s" _, _, title = [ '-t', title, '-W', webcvs ] end |