qga/qapi-schema: Reformat doc comments to conform to current conventions
commit059d341a67bb660a7957cb62a6a860c92c2fb64a
authorMarkus Armbruster <armbru@redhat.com>
Fri, 28 Apr 2023 10:54:28 +0000 (28 12:54 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 10 May 2023 08:01:01 +0000 (10 10:01 +0200)
treefbe73cb37ae524d6388e38432e0c6143b48dddd1
parent9d167491cb2577d0d9394624b41a77ef709e4336
qga/qapi-schema: Reformat doc comments to conform to current conventions

Change

    # @name: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
    #        do eiusmod tempor incididunt ut labore et dolore magna aliqua.

to

    # @name: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
    #     do eiusmod tempor incididunt ut labore et dolore magna aliqua.

See recent commit "qapi: Relax doc string @name: description
indentation rules" for rationale.

Reflow paragraphs to 70 columns width, and consistently use two spaces
to separate sentences.

To check the generated documentation does not change, I compared the
generated HTML before and after this commit with "wdiff -3".  Finds no
differences.  Comparing with diff is not useful, as the reflown
paragraphs are visible there.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230428105429.1687850-17-armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
qga/qapi-schema.json