5 [ -f "$topdir/build/makedocs.sh" -a -n "$1" ] || {
6 echo "Please execute as ./build/makedocs.sh [output directory]" >&2
11 cd "$topdir/build/luadoc/"
12 find "$topdir/libs/" "$topdir/modules/" -type f -name '*.lua' -or -name '*.luadoc' | \
13 xargs grep -l '@return' | xargs ./doc.lua --no-files -d "$1"