doc2json generates a JSON based ruby documentation with YARD.
Installation
gem install doc2json
Afterwards you can generate a machine friendly documentation for your project.
Usage
doc2json "lib/**/.rb" "doc/json"
This will generate a json based documentation for all *.rb
files inside
your lib
directory and outputs the files in ./doc/json
License
Licensed under the MIT License (c) Jens Nazarenus, 2014