Update for Vulkan-Docs 1.2.140

This commit is contained in:
Jon Leech
2020-05-04 03:42:53 -07:00
committed by Jon Leech
parent 4c19ae6b95
commit 0c5351f5e9
11 changed files with 2096 additions and 905 deletions

View File

@@ -333,6 +333,13 @@ class ConventionsBase:
group should be generated as part of group generation."""
return False
@property
def generate_max_enum_in_docs(self):
"""Return True if MAX_ENUM tokens should be generated in
documentation includes."""
return False
def extension_include_string(self, ext):
"""Return format string for include:: line for an extension appendix
file. ext is an object with the following members: