Exit early if there is no doxygen
This commit is contained in:
parent
af4ab34ffd
commit
6bf60c6724
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user