summaryrefslogtreecommitdiff
path: root/doc/doxy-wrapper.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-14 15:12:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-14 15:12:32 +0100
commitcbf09bb63f31f100761d607a1cef5141bdfa96fa (patch)
treedcafb5a9c48e07c8b5ddc7b8f2c75b476f5ef4c4 /doc/doxy-wrapper.sh
parent2fd0b5bd60b3c5bcbb2a462f11c4e280dcd4785e (diff)
parent19d3127867f001d007f98bc8c5a85c5409abf788 (diff)
downloadffmpeg-cbf09bb63f31f100761d607a1cef5141bdfa96fa.tar.gz
Merge commit '19d3127867f001d007f98bc8c5a85c5409abf788'
* commit '19d3127867f001d007f98bc8c5a85c5409abf788': doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh Conflicts: doc/Doxyfile doc/doxy-wrapper.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/doxy-wrapper.sh')
-rw-r--r--[-rwxr-xr-x]doc/doxy-wrapper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh
index a6c54dd398..da464bc6d8 100755..100644
--- a/doc/doxy-wrapper.sh
+++ b/doc/doxy-wrapper.sh
@@ -8,4 +8,5 @@ shift 2
doxygen - <<EOF
@INCLUDE = ${DOXYFILE}
INPUT = $@
+EXAMPLE_PATH = ${SRC_PATH}/
EOF