mirror of
https://github.com/openwrt/luci.git
synced 2026-07-03 09:18:31 +00:00
contrib/luadoc: Added luadoc executable libs: Fixed typos in inline documentation
3 lines
166 B
Bash
Executable File
3 lines
166 B
Bash
Executable File
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.
|