• M
    qapi2texi: Present the table of members more clearly · 2a1183ce
    Markus Armbruster 提交于
    The table of members follows the main descriptive text immediately.
    Makes it hard to see what it is about.  Start a new paragraph, and
    lead with a line "Members:" for object and alternate types, "Values:"
    for enumeration types, and "Arguments:" for commands and events.
    
    Example change (qemu-qmp-ref.txt):
    
      -- Command: set_link
    
          Sets the link status of a virtual network adapter.
    +
    +     Arguments:
          'name'
               the device name of the virtual network adapter
          'up'
               true to set the link status to be up
    
          Returns: Nothing on success If 'name' is not a valid network
          device, DeviceNotFound
    Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    Message-Id: <1489582656-31133-22-git-send-email-armbru@redhat.com>
    2a1183ce
qapi2texi.py 7.8 KB