John Snow <[email protected]> writes:
> On 9/25/20 8:19 AM, Markus Armbruster wrote:
>> What about:
>> Generate a QAPI struct variable holding the event parameters,
>> initialized with the function's arguments.
>
> Line length and style-guide limitations; docstrings need a one-liner
> summary.
They do!
> (Consistency is the hobgoblin, blah blah blah.)
>
> I am writing:
>
> """
> Generate a QAPI struct variable with an initializer.
>
> The QAPI struct describes the event parameters, and the initializer
> references the function arguments defined in `gen_event_send`.
> """
Better.
My second try:
Generate a struct variable holding the event parameters.
Initialize it with the function arguments defined in in
`gen_event_send`.