We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
markup_reference.rb
misc
1 parent 4b84660 commit 33bd36bCopy full SHA for 33bd36b
.gitignore
@@ -14,4 +14,5 @@
14
/lib/rdoc/markdown/literals.rb
15
/pkg
16
/tmp
17
+/doc
18
Gemfile.lock
Rakefile
@@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
24
doc.main = 'README.rdoc'
25
doc.title = "rdoc #{RDoc::VERSION} Documentation"
26
doc.rdoc_dir = '_site' # for github pages
27
- doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/rdoc/markup_reference.rb] - PARSER_FILES
+ doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc misc/markup_reference.rb] - PARSER_FILES
28
end
29
30
task "coverage" do
doc/rdoc/markup_reference.rb renamed to misc/markup_reference.rb
0 commit comments