projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
applications/luci-statistics: add missing return in _expand()
[project/luci.git]
/
build
/
makedocs.sh
1
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
)
2
echo
API-Documentation was created
in
$2
.