summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorJose Narvaez <[email protected]>2014-06-13 12:37:18 +0100
committerJose Narvaez <[email protected]>2014-06-13 12:37:18 +0100
commite457b4d68675a37e4671a1bb0e400805e14243f6 (patch)
tree0573de77381853092f70ab964b73dad32bae9a64 /Rakefile
parent6b642637b3c7f3ebe8e290eadfd892030c57c993 (diff)
parent40b92e35293d7d1bfbffee2efd2eac2cfe7f105a (diff)
downloadmruby-e457b4d68675a37e4671a1bb0e400805e14243f6.tar.gz
mruby-e457b4d68675a37e4671a1bb0e400805e14243f6.zip
Merge branch 'master' into fix-clang-analizer-warnings
* master: update add_confict document; ref #2391 Update document by regenerating it. Add :doc task to run document generator. Add document for `add_conflict` and `add_conflicts`.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 681c20d05..135c7a6a2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -123,3 +123,8 @@ task :deep_clean => ["clean"] do
end
puts "Cleaned up mrbgems build folder"
end
+
+desc 'generate document'
+task :doc do
+ load "#{MRUBY_ROOT}/doc/language/generator.rb"
+end