Exit early if there is no doxygen

This commit is contained in:
Tor Lillqvist 2011-01-27 01:26:19 +02:00
parent af4ab34ffd
commit 6bf60c6724

View File

@ -2,6 +2,8 @@
# finds undocumented classes in the current directory (recursive)
type -p doxygen >/dev/null || exit
filter=
quiet=n
if [ "$1" = "-q" ]; then