Update for Vulkan-Docs 1.1.107
This commit is contained in:
parent
08cbb5458f
commit
171949d26d
9 changed files with 1638 additions and 1541 deletions
|
|
@ -101,9 +101,8 @@ class ConventionsBase(ABC):
|
|||
"""Return suffix of generated Asciidoctor files"""
|
||||
raise NotImplementedError
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def api_name(self):
|
||||
def api_name(self, spectype = None):
|
||||
"""Return API name"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue