Update for Vulkan-Docs 1.2.201

This commit is contained in:
Jon Leech
2021-11-30 18:40:09 -08:00
parent a152371654
commit ea61f32f24
17 changed files with 6021 additions and 850 deletions

View File

@@ -139,9 +139,9 @@ class ConventionsBase:
Optionally adds a quantifier (like 'any') before a list of 2 or more,
if specified by fmt.
Don't edit these defaults, override self.makeProseList().
Do not edit these defaults, override self.makeProseList().
"""
assert(serial_comma) # didn't implement what we didn't need
assert(serial_comma) # did not implement what we did not need
if isinstance(fmt, str):
fmt = ProseListFormats.from_string(fmt)