Pergunta

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?
Foi útil?

Solução

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

Outras dicas

Have you tried one of these?

gem rdoc --all
gem rdoc --all --overwrite
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top