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: 13be8cb950c15c576df22ffca0c2d7d0c815ec38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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

shift 2

doxygen - <<EOF
@INCLUDE        = ${DOXYFILE}
INPUT           = $@
EXAMPLE_PATH    = ${SRC_PATH}/doc/examples
EOF