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
|