Exit early if there is no doxygen
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# finds undocumented classes in the current directory (recursive)
|
# finds undocumented classes in the current directory (recursive)
|
||||||
|
|
||||||
|
type -p doxygen >/dev/null || exit
|
||||||
|
|
||||||
filter=
|
filter=
|
||||||
quiet=n
|
quiet=n
|
||||||
if [ "$1" = "-q" ]; then
|
if [ "$1" = "-q" ]; then
|
||||||
|
Reference in New Issue
Block a user