Welcome to mirror list, hosted at ThFree Co, Russian Federation.

doxy-wrapper.sh « doc - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6c54dd398168831d10850763033297abf9f80a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

SRC_PATH="${1}"
DOXYFILE="${2}"

shift 2

doxygen - <<EOF
@INCLUDE        = ${DOXYFILE}
INPUT           = $@
EOF