(name: str, content: str)
| 412 | |
| 413 | |
| 414 | def _CreateOutputSection(name: str, content: str) -> str: |
| 415 | return f"""{formatting.Bold(name)} |
| 416 | {formatting.Indent(content, SECTION_INDENTATION)}""" |
| 417 | |
| 418 | |
| 419 | def _CreateArgItem(arg, docstring_info, spec): |