Update for Vulkan-Docs 1.2.136

This commit is contained in:
Jon Leech
2020-03-24 08:48:08 -07:00
committed by Jon Leech
parent fb7f9c9bcd
commit 0e78ffd1dc
5 changed files with 146 additions and 117 deletions

View File

@@ -81,8 +81,8 @@ class ConventionsBase:
self._type_prefix = None
def formatExtension(self, name):
"""Mark up a name as an extension for the spec."""
return '`<<{}>>`'.format(name)
"""Mark up an extension name as a link the spec."""
return '`apiext:{}`'.format(name)
@property
def null(self):