]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs/devel/qapi-code-gen: Belatedly document feature naming rules
authorMarkus Armbruster <armbru@redhat.com>
Tue, 10 May 2022 06:16:45 +0000 (08:16 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 May 2022 05:29:50 +0000 (07:29 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220510061645.3209195-3-armbru@redhat.com>

docs/devel/qapi-code-gen.rst

index 7b968433a68ff9c994745e2ee9fe697e26cc500f..cd9b544376c50cdf6b09e7be694d29edc8507ed4 100644 (file)
@@ -739,10 +739,11 @@ Type names ending with ``Kind`` or ``List`` are reserved for the
 generator, which uses them for implicit union enums and array types,
 respectively.
 
-Command names, and member names within a type, should be all lower
-case with words separated by a hyphen.  However, some existing older
-commands and complex types use underscore; when extending them,
-consistency is preferred over blindly avoiding underscore.
+Command names, member names within a type, and feature names should be
+all lower case with words separated by a hyphen.  However, some
+existing older commands and complex types use underscore; when
+extending them, consistency is preferred over blindly avoiding
+underscore.
 
 Event names should be ALL_CAPS with words separated by underscore.