Pregunta

I am generating documentation with Yard, but even when I've run yardoc --private, it is not showing documentation for private methods in the source.

What is wrong?

¿Fue útil?

Solución

I have figured it out. Even if you generated the documentation with yardoc --private, you have to add --private line into the .yardopts file for it to show.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top