We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4b4b5 commit ad53e9bCopy full SHA for ad53e9b
tools/generate-settings-dataclasses.py
@@ -379,7 +379,7 @@ def main(settings_xml_path: Path) -> None:
379
# Generate docstrings for attributes: Not stored by python,
380
# but is parsed for generating documentation and be red by
381
# developers when they lookup the attribute declaration:
382
- generate_descriptions_for_attributes = False
+ generate_descriptions_for_attributes = True
383
if generate_descriptions_for_attributes:
384
desc = node_get_attr(properties_attrs, "description")
385
wrapper = textwrap.TextWrapper(
0 commit comments