]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/qom.json
qapi: Fix mangled "Returns" sections in documentation
[mirror_qemu.git] / qapi / qom.json
index 95516ba325e541e5eeb3e1f588474cdf63ad68a5..84af23fe245de777985de1a67afbffdde92bfca7 100644 (file)
 #
 # Create a QOM object.
 #
-# Returns: Nothing on success Error if @qom-type is not a valid class
-#     name
+# Returns:
+#     - Nothing on success
+#     - Error if @qom-type is not a valid class name
 #
 # Since: 2.0
 #
 #
 # @id: the name of the QOM object to remove
 #
-# Returns: Nothing on success Error if @id is not a valid id for a QOM
-#     object
+# Returns:
+#     - Nothing on success
+#     - Error if @id is not a valid id for a QOM object
 #
 # Since: 2.0
 #