You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00: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
|