Fix formatting of deprecation attributes in schema doc

This commit is contained in:
Petr Kraus 2018-08-17 20:40:41 +02:00
parent dd9919749a
commit 4403362d3c
1 changed files with 6 additions and 6 deletions

View File

@ -1103,14 +1103,14 @@ be implemented against.
number, and no interfaces are yet defined, use `supported="disabled"` to
indicate this extension should never be processed.
* attr:promotedto - optional. A Vulkan version or a name of an extension
that this extension was _promoted_ to; e.g. 'VK_VERSION_1_1', or
'VK_KHR_draw_indirect_county'.
that this extension was _promoted_ to. E.g. `"VK_VERSION_1_1"`, or
`"VK_KHR_draw_indirect_count"`.
* attr:deprecatedby - optional. A Vulkan version or a name of an extension
that _deprecates_ this extension. It may be an empty string. e.g.
'VK_VERSION_1_1', or 'VK_EXT_debug_utils', or ''.
that _deprecates_ this extension. It may be an empty string. E.g.
`"VK_VERSION_1_1"`, or `"VK_EXT_debug_utils"`, or `""`.
* attr:obsoletedby - optional. A Vulkan version or a name of an extension
that _obsoletes_ this extension. It may be an empty string. e.g.
'VK_VERSION_1_1', or 'VK_KHR_maintenance1', or ''.
that _obsoletes_ this extension. It may be an empty string. E.g.
`"VK_VERSION_1_1"`, or `"VK_KHR_maintenance1"`, or `""`.
* attr:comment - optional. Arbitrary string (unused).