Use markdown for docs.

This commit is contained in:
Nathan Weizenbaum 2009-04-26 01:35:11 -07:00
parent 50ca36619e
commit fa3c4a6e79
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ begin
files.exclude('TODO')
t.files = files.to_a
t.options << '-r' << 'README.md' << '-m' << 'maruku' << '--protected'
t.options << '-r' << 'README.md' << '-m' << 'markdown' << '--protected'
t.options += FileList.new('yard/*.rb').to_a.map {|f| ['-e', f]}.flatten
end