mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
|
#!/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
|