Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top