diff options
Diffstat (limited to 'registry/vkconventions.py')
-rw-r--r-- | registry/vkconventions.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/registry/vkconventions.py b/registry/vkconventions.py index f69dfc1..517f070 100644 --- a/registry/vkconventions.py +++ b/registry/vkconventions.py @@ -188,6 +188,12 @@ class VulkanConventions(ConventionsBase): 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.""" return 'include::{config}/attribs.txt[]' |