Rake task for generating docs.

This commit is contained in:
Yorick Peterse 2014-07-22 21:29:16 +02:00
parent 54e109bf97
commit c12afdc477
1 changed files with 4 additions and 0 deletions

4
task/doc.rake Normal file
View File

@ -0,0 +1,4 @@
desc 'Generates YARD documentation'
task :doc => :generate do
sh 'yard'
end