ffmpeg/doc/doxy-wrapper.sh

12 lines
124 B
Bash
Executable File

#!/bin/sh
SRC_PATH="${1}"
DOXYFILE="${2}"
shift 2
doxygen - <<EOF
@INCLUDE = ${DOXYFILE}
INPUT = $@
EOF