From bd8d88102e60646e14ac9bc87a358c3554387c5a Mon Sep 17 00:00:00 2001 From: Gavin Laking Date: Sat, 8 Aug 2015 00:52:55 +0100 Subject: [PATCH] Add docs to yard task. --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index 6d90feeea..307d52f62 100644 --- a/Rakefile +++ b/Rakefile @@ -16,7 +16,10 @@ YARD::Rake::YardocTask.new(:yard) do |t| 'lib/**/*.rb', '-', 'docs/api.md', + 'docs/dsl.md', + 'docs/events.md', 'docs/getting_started.md', + 'docs/object_graph.md', ] end