summaryrefslogtreecommitdiff
path: root/vulkan/scripts/code_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'vulkan/scripts/code_generator.py')
-rwxr-xr-xvulkan/scripts/code_generator.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/vulkan/scripts/code_generator.py b/vulkan/scripts/code_generator.py
index 378a9c0e10..2a017d2259 100755
--- a/vulkan/scripts/code_generator.py
+++ b/vulkan/scripts/code_generator.py
@@ -13,9 +13,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
-# This script provides the main function for generating
-# vulkan framework directly from the vulkan registry (vk.xml).
+
+"""Generates vulkan framework directly from the vulkan registry (vk.xml).
+"""
import api_generator
import driver_generator