mirror of
https://github.com/godotengine/godot.git
synced 2025-03-01 23:21:39 +08:00
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Git pre-commit hook that checks the class reference syntax using makerst.py.
|
|
|
|
doc/tools/makerst.py doc/classes modules --dry-run
|