From db1a98c6cc430725669ea10eb6a35b3584d5f3ab Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Mon, 1 Jun 2020 04:52:39 -0700 Subject: Update for Vulkan-Docs 1.2.142 --- registry/vkconventions.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'registry/vkconventions.py') diff --git a/registry/vkconventions.py b/registry/vkconventions.py index f69dfc1..517f070 100644 --- a/registry/vkconventions.py +++ b/registry/vkconventions.py @@ -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.""" -- cgit v1.2.3