Update for Vulkan-Docs 1.2.136
This commit is contained in:
parent
fb7f9c9bcd
commit
0e78ffd1dc
5 changed files with 146 additions and 117 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue