Question

I have several gems installed in multiple locations.

What is the hard/easy way to generate/re-generate:

  • rdoc for all these installed gems, all at once?
  • yardoc for all these installed gems, all at once?
Was it helpful?

Solution

yard gems

or

sudo yard gems

should do the job. You may also want to use the --rebuild flag. If you want to run a local Yardoc server for your installed gems, then run

yard server -g

OTHER TIPS

Have you tried one of these?

gem rdoc --all
gem rdoc --all --overwrite
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top