Update for Vulkan-Docs 1.2.142
This commit is contained in:
parent
09531f2793
commit
db1a98c6cc
8 changed files with 3050 additions and 1579 deletions
|
|
@ -187,6 +187,12 @@ class VulkanConventions(ConventionsBase):
|
|||
"""Return relpath to the Asciidoctor specification sources in this project."""
|
||||
return '{generated}/meta'
|
||||
|
||||
@property
|
||||
def special_use_section_anchor(self):
|
||||
"""Return asciidoctor anchor name in the API Specification of the
|
||||
section describing extension special uses in detail."""
|
||||
return 'extendingvulkan-compatibility-specialuse'
|
||||
|
||||
@property
|
||||
def extra_refpage_headers(self):
|
||||
"""Return any extra text to add to refpage headers."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue