Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top