We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6895c commit f34ffcdCopy full SHA for f34ffcd
README README.rdoc
Rakefile
@@ -42,8 +42,8 @@ end
42
Rake::RDocTask.new do |rdoc|
43
rdoc.rdoc_dir = 'doc'
44
rdoc.title = "ActiveMerchant library"
45
- rdoc.options << '--line-numbers' << '--inline-source' << '--main=README'
46
- rdoc.rdoc_files.include('README', 'CHANGELOG')
+ rdoc.options << '--line-numbers' << '--inline-source' << '--main=README.rdoc'
+ rdoc.rdoc_files.include('README.rdoc', 'CHANGELOG')
47
rdoc.rdoc_files.include('lib/**/*.rb')
48
rdoc.rdoc_files.exclude('lib/tasks')
49
end
0 commit comments