r-lib / generics

Common generic methods
https://generics.r-lib.org/
Other
61 stars 13 forks source link

Remove exclusion of non-visible methods #15

Closed DavisVaughan closed 6 years ago

DavisVaughan commented 6 years ago

Closes #14.

I simply removed the visible argument altogether, since I don't think we need it anymore.

S3 methods that do not have documentation (aka no "topic") are already automatically excluded. https://github.com/r-lib/generics/blob/master/R/docs.R#L28