summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZack Hobson2013-11-21 14:52:11 -0800
committerZack Hobson2013-11-21 14:52:11 -0800
commitf0f2c7e2954d061079ed51cb6c4ce98e5b3f4127 (patch)
treef51e83e2a9ca32d6881a801648543bf3496c3071 /Rakefile
parent4e755f701276b154bc3553e32ea45f5236a1e668 (diff)
downloadhcl-f0f2c7e2954d061079ed51cb6c4ce98e5b3f4127.tar.bz2
Documentation improvements.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 2e28c79..9a6f1d3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,7 +9,6 @@ end
task :default => :test
require 'yard'
-YARD::Rake::YardocTask.new do |t|
- t.options = %w[--files CHANGELOG]
-end
+YARD::Rake::YardocTask.new
+task :doc => :yard