17add2dc86
This also makes documentation helper scripts executable.
5 lines
152 B
Bash
Executable file
5 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
|