From 4403362d3cbece08354ecff5ec0f48da7a2e45ed Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Fri, 17 Aug 2018 20:40:41 +0200 Subject: [PATCH] Fix formatting of deprecation attributes in schema doc --- registry.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/registry.txt b/registry.txt index 40c10b14..b41cd9bd 100644 --- a/registry.txt +++ b/registry.txt @@ -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).