• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018-2022 The Khronos Group Inc.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5# This script updates the valid usage IDs in the specification
6# AsciiDoctor files.  If a valid usage entry already contains
7# an ID, it skips that entry.  If it does not contain an ID,
8# it will generate a new one.
9
10python3 reflow.py -overwrite -noflow -tagvu
11
12