qapi-schema: remove legacy<> from doc

The legacy<> type is no longer used since 7ce7ffe02.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Marc-André Lureau 2015-09-04 21:41:01 +02:00 committed by Michael Tokarev
parent 76621d1faa
commit 33b23b4b5e
1 changed files with 6 additions and 9 deletions

View File

@ -1632,13 +1632,10 @@
# 1) A primitive type such as 'u8', 'u16', 'bool', 'str', or 'double'. # 1) A primitive type such as 'u8', 'u16', 'bool', 'str', or 'double'.
# These types are mapped to the appropriate JSON type. # These types are mapped to the appropriate JSON type.
# #
# 2) A legacy type in the form 'legacy<subtype>' where subtype is the # 2) A child type in the form 'child<subtype>' where subtype is a qdev
# legacy qdev typename. These types are always treated as strings.
#
# 3) A child type in the form 'child<subtype>' where subtype is a qdev
# device type name. Child properties create the composition tree. # device type name. Child properties create the composition tree.
# #
# 4) A link type in the form 'link<subtype>' where subtype is a qdev # 3) A link type in the form 'link<subtype>' where subtype is a qdev
# device type name. Link properties form the device model graph. # device type name. Link properties form the device model graph.
# #
# Since: 1.2 # Since: 1.2
@ -1689,10 +1686,10 @@
# #
# @property: The property name to read # @property: The property name to read
# #
# Returns: The property value. The type depends on the property type. legacy<> # Returns: The property value. The type depends on the property
# properties are returned as #str. child<> and link<> properties are # type. child<> and link<> properties are returned as #str
# returns as #str pathnames. All integer property types (u8, u16, etc) # pathnames. All integer property types (u8, u16, etc) are
# are returned as #int. # returned as #int.
# #
# Since: 1.2 # Since: 1.2
## ##