Update for Vulkan-Docs 1.2.200
This commit is contained in:
parent
83e1a9ed8c
commit
a152371654
11 changed files with 1057 additions and 461 deletions
|
|
@ -973,6 +973,9 @@ class OutputGenerator:
|
|||
|
||||
# Clear prefix for subsequent iterations
|
||||
prefix = ''
|
||||
|
||||
paramdecl = paramdecl + prefix
|
||||
|
||||
if aligncol == 0:
|
||||
# Squeeze out multiple spaces other than the indentation
|
||||
paramdecl = indent + ' '.join(paramdecl.split())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue