Update for Vulkan-Docs 1.3.270
This commit is contained in:
parent
aff5071d4e
commit
8ccd414a46
16 changed files with 3443 additions and 220 deletions
|
|
@ -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++'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue