]> Git Repo - qemu.git/commit
qapi2texi: Explain enum value undocumentedness more clearly
authorMarkus Armbruster <[email protected]>
Wed, 15 Mar 2017 12:57:11 +0000 (13:57 +0100)
committerMarkus Armbruster <[email protected]>
Thu, 16 Mar 2017 06:13:03 +0000 (07:13 +0100)
commit5da19f14ff3393dc84f0f84c50770affd2c10acf
tree1bedd66d8b5d257d656b22175d8c6a086e5cbfc3
parent2a1183ce9399657a896c51f388e6c7ca58f5d56d
qapi2texi: Explain enum value undocumentedness more clearly

Instead of not saying anything when we have no documentation, say "Not
documented".

Example change (qemu-qmp-ref.txt):

  -- Enum: GuestPanicAction

      An enumeration of the actions taken when guest OS panic is detected

      Values:
      'pause'
           system pauses
      'poweroff'
+          Not documented

      Since: 2.1 (poweroff since 2.8)

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-Id: <1489582656[email protected]>
scripts/qapi2texi.py
This page took 0.025351 seconds and 4 git commands to generate.