mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 20:22:49 +08:00
17add2dc86
This also makes documentation helper scripts executable.
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
|