Update for Vulkan-Docs 1.2.136
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user