Exit early if there is no doxygen
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user