-
-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
I'm wondering how to porperly document property getters and setters. Until now, I've been documenting everything in the getter, leaving the setter without docstring. That way, the generated HTML documentation shows the whole property documentation. However, I get a PR02: Unknown parameters
warning on my getters since they have a Parameters
section documenting the parameters of the setter. What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels