Skip to content

Commit 92c04ce

Browse files
Markup reference (#824)
* MarkupReference Co-authored-by: Adam Daniels <[email protected]>
1 parent 690f83b commit 92c04ce

File tree

2 files changed

+917
-1
lines changed

2 files changed

+917
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
2424
doc.main = 'README.rdoc'
2525
doc.title = "rdoc #{RDoc::VERSION} Documentation"
2626
doc.rdoc_dir = 'html'
27-
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc] - PARSER_FILES
27+
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/markup_reference.rb] - PARSER_FILES
2828
end
2929

3030
task ghpages: :rdoc do

0 commit comments

Comments
 (0)