12 lines
349 B
Bash
Executable File
12 lines
349 B
Bash
Executable File
# Copyright 2018-2021 The Khronos Group, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# This script updates the valid usage IDs in the specification
|
|
# AsciiDoctor files. If a valid usage entry already contains
|
|
# an ID, it skips that entry. If it does not contain an ID,
|
|
# it will generate a new one.
|
|
|
|
python3 reflow.py -overwrite -noflow -tagvu
|
|
|