Sha256: 119081f4df3cb2ec792753e07f3fd6fb5e758e731692822876f2586abfdbad10
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
# coding: utf-8 require 'yard' YARD::Rake::YardocTask.new(:doc) do |yard| yard.files = Dir['lib/**/*.rb'] yard.options = [ '--readme', 'README.rdoc', '--output-dir', 'doc/yardoc', '--template-path', 'doc/yardoc_templates' ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thinreports-0.7.7 | tasks/doc.rake |