rubygems-yardoc
This gem provides gem yardoc command which generates YARD documentations for specified gems.
Installation
$ gem install rubygems-yardoc
Usage
$ gem yardoc GEMNAME [GEMNAME ...]
Makes yardoc directory into specified gem's doc directory and
YARD Documentation for the gem will be generated into the directory.
And this gem add --yardoc option to gem install command
which install YARD documentation.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request