Merge pull request #767 from krOoze/schema_deprecation_attr_editing

Fix formatting of deprecation attributes in schema doc
This commit is contained in:
Jon Leech 2018-09-08 13:31:20 -07:00 committed by GitHub
commit 89155faa62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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).