summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZack Hobson2013-11-20 09:45:55 -0800
committerZack Hobson2013-11-20 09:45:55 -0800
commitc4e99fd196a8134ec7885bcb227ab2829e46d7c3 (patch)
treeca4566c8c5f54829990dde0cf2236ef96576b2df /Rakefile
parenta2a4fae3640141ab779ec25e5bcba0f6f8f777a3 (diff)
downloadhcl-c4e99fd196a8134ec7885bcb227ab2829e46d7c3.tar.bz2
use yard for documentation
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 95e995c..ccfa277 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,3 +12,8 @@ task :install do
system "gem install hcl-#{HCl::VERSION}.gem"
end
+require 'yard'
+YARD::Rake::YardocTask.new do |t|
+ t.options = %w[--files CHANGELOG]
+end
+