-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Just from noticing that when I set show_docstring_description: false
on a class, the docs of class, attributes, methods is also removed.
In my usecase, I would have wished only that of the class to be removed.
Describe the solution you'd like
Just like summary
, we could make show_docstring_description
customizable with boolean properties, for example:
show_docstring_description:
attributes: true
methods: true
classes: false
Captures
Actual

Expected
(only the docstring of the class is removed)
Thanks for your attention.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request