Update for Vulkan-Docs 1.3.270

This commit is contained in:
Jon Leech 2023-11-10 04:18:17 -08:00 committed by Jon Leech
parent aff5071d4e
commit 8ccd414a46
16 changed files with 3443 additions and 220 deletions

View file

@ -452,3 +452,10 @@ class ConventionsBase(abc.ABC):
"""Return True if name is an API version name."""
return API_VERSION_NAME_RE.match(name) is not None
@property
def docgen_language(self):
"""Return the language to be used in docgenerator [source]
blocks."""
return 'c++'