Update for Vulkan-Docs 1.2.141
This commit is contained in:
parent
9250d5ae8f
commit
09531f2793
7 changed files with 173 additions and 70 deletions
|
|
@ -130,11 +130,6 @@ class VulkanConventions(ConventionsBase):
|
|||
else:
|
||||
return None
|
||||
|
||||
@property
|
||||
def xml_supported_name_of_api(self):
|
||||
"""Return the supported= attribute used in API XML"""
|
||||
return 'vulkan'
|
||||
|
||||
@property
|
||||
def api_prefix(self):
|
||||
"""Return API token prefix"""
|
||||
|
|
@ -195,7 +190,7 @@ class VulkanConventions(ConventionsBase):
|
|||
@property
|
||||
def extra_refpage_headers(self):
|
||||
"""Return any extra text to add to refpage headers."""
|
||||
return 'include::../config/attribs.txt[]'
|
||||
return 'include::{config}/attribs.txt[]'
|
||||
|
||||
@property
|
||||
def extension_index_prefixes(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue