diff --git a/scripts/gendoxylist b/scripts/gendoxylist index 108e2a90..c8ff210a 100755 --- a/scripts/gendoxylist +++ b/scripts/gendoxylist @@ -2,6 +2,10 @@ # Karl Palsson Sept 2017 # Parse .d files for a given target, and generate a doxygen config file # stub that is to be "@INCLUDE = " into a doxygen template file. +[ $# -eq 2 ] || { + printf "Usage: $0 \n" + exit 1 +} DDIR=$1 ODIR=$2