Skip to content

Commit 4430ccd

Browse files
committed
Use meta_tags in RDoc's own documentation
1 parent 656ccdc commit 4430ccd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ RDoc::Task.new do |doc|
2525
doc.title = "rdoc #{RDoc::VERSION} Documentation"
2626
doc.rdoc_dir = '_site' # for github pages
2727
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/rdoc/markup_reference.rb] - PARSER_FILES
28+
doc.meta_tags = {
29+
"description" => "Documentation for RDoc, the Ruby documentation generator",
30+
"keywords" => "rdoc,ruby,documentation,generator"
31+
}
2832
end
2933

3034
task "coverage" do

0 commit comments

Comments
 (0)