Skip to content

Commit

Permalink
Markup reference (#824)
Browse files Browse the repository at this point in the history
* MarkupReference

Co-authored-by: Adam Daniels <adam@mediadrive.ca>
  • Loading branch information
BurdetteLamar and adam12 committed Jul 11, 2022
1 parent 690f83b commit 92c04ce
Show file tree
Hide file tree
Showing 2 changed files with 917 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
doc.main = 'README.rdoc'
doc.title = "rdoc #{RDoc::VERSION} Documentation"
doc.rdoc_dir = 'html'
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc] - PARSER_FILES
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/markup_reference.rb] - PARSER_FILES
end

task ghpages: :rdoc do
Expand Down

0 comments on commit 92c04ce

Please sign in to comment.