Skip to content

Commit ad53e9b

Browse files
author
Bernhard Kaindl
committed
tools/generate-settings-dataclasses.py: Generate attr docstrings(2/2)
1 parent 3f4b4b5 commit ad53e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate-settings-dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def main(settings_xml_path: Path) -> None:
379379
# Generate docstrings for attributes: Not stored by python,
380380
# but is parsed for generating documentation and be red by
381381
# developers when they lookup the attribute declaration:
382-
generate_descriptions_for_attributes = False
382+
generate_descriptions_for_attributes = True
383383
if generate_descriptions_for_attributes:
384384
desc = node_get_attr(properties_attrs, "description")
385385
wrapper = textwrap.TextWrapper(

0 commit comments

Comments
 (0)