Update for Vulkan-Docs 1.2.141
This commit is contained in:
parent
9250d5ae8f
commit
09531f2793
7 changed files with 173 additions and 70 deletions
|
|
@ -166,12 +166,13 @@ def makeGenOpts(args):
|
|||
expandEnumerants = False)
|
||||
]
|
||||
|
||||
# API names to validate man/api spec includes & links
|
||||
genOpts['vkapi.py'] = [
|
||||
# Python representation of API information, used by scripts that
|
||||
# don't need to load the full XML.
|
||||
genOpts['api.py'] = [
|
||||
PyOutputGenerator,
|
||||
DocGeneratorOptions(
|
||||
conventions = conventions,
|
||||
filename = 'vkapi.py',
|
||||
filename = 'api.py',
|
||||
directory = directory,
|
||||
apiname = 'vulkan',
|
||||
profile = None,
|
||||
|
|
@ -180,7 +181,8 @@ def makeGenOpts(args):
|
|||
defaultExtensions = None,
|
||||
addExtensions = addExtensionsPat,
|
||||
removeExtensions = removeExtensionsPat,
|
||||
emitExtensions = emitExtensionsPat)
|
||||
emitExtensions = emitExtensionsPat,
|
||||
reparentEnums = False)
|
||||
]
|
||||
|
||||
# API validity files for spec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue