Update for Vulkan-Docs 1.2.142

This commit is contained in:
Jon Leech
2020-06-01 04:52:39 -07:00
committed by Jon Leech
parent 09531f2793
commit db1a98c6cc
8 changed files with 3050 additions and 1579 deletions

View File

@@ -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."""