We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a7b6d commit 28f8a62Copy full SHA for 28f8a62
.document
@@ -0,0 +1,3 @@
1
+*.rdoc
2
+*.md
3
+lib
.rdoc_options
@@ -0,0 +1,7 @@
+---
+charset: UTF-8
+main_page: README.md
4
+markup: rdoc
5
+title: net-imap # rake task override's title to add the version number
6
+op_dir: doc
7
+# vim:ft=yaml
rakelib/rdoc.rake
@@ -46,10 +46,8 @@ class RDoc::Markup::ToHtml
46
end
47
48
RDoc::Task.new do |doc|
49
- doc.main = "README.md"
50
doc.title = "net-imap #{Net::IMAP::VERSION}"
51
doc.rdoc_dir = "doc"
52
- doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc *.md]
53
doc.options << "--template-stylesheets" << "docs/styles.css"
54
doc.generator = "darkfish" # TODO: fix issues with aliki
55
0 commit comments