switch document generation tool to yard

## How to generate the documents

$ sudo gem install bundler
$ bundle install
$ rake doc:api
This commit is contained in:
Watson
2012-10-28 00:34:05 +09:00
parent df5969e81a
commit 879879b366
4 changed files with 24 additions and 24 deletions

View File

@@ -1,3 +1,3 @@
source :rubygems
gem "rdoc", :github => "Watson1978/rdoc", :branch => "macruby"
gem "yard", :github => "Watson1978/yard", :branch => "macruby"