summaryrefslogtreecommitdiffhomepage
path: root/build/makedocs.sh
blob: 2f7f5734506b1517c9abe8d4c3f49923d7de6592 (plain)
1
2
luadoc -d $2 --no-files $(for f in $(find $1 -name '*.lua' -type f); do if grep -q -- "@return" $f; then echo $f; fi; done)
echo API-Documentation was created in $2.