summaryrefslogtreecommitdiff
path: root/doc/doxy-wrapper.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-11 21:31:58 +0100
committerDiego Biurrun <diego@biurrun.de>2014-02-14 12:01:35 +0100
commit19d3127867f001d007f98bc8c5a85c5409abf788 (patch)
treed6133c8d74d2191f438a896e603d0effcaa71219 /doc/doxy-wrapper.sh
parentf1f42cfc66804907d1df9231469e4296472bb0f5 (diff)
doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh
This allows using the libav source path as the example path.
Diffstat (limited to 'doc/doxy-wrapper.sh')
-rwxr-xr-xdoc/doxy-wrapper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh
index 6650e38850..e1b8363e5f 100755
--- a/doc/doxy-wrapper.sh
+++ b/doc/doxy-wrapper.sh
@@ -8,6 +8,7 @@ shift 2
doxygen - <<EOF
@INCLUDE = ${DOXYFILE}
INPUT = $@
+EXAMPLE_PATH = ${SRC_PATH}/
HTML_HEADER = ${SRC_PATH}/doc/doxy/header.html
HTML_FOOTER = ${SRC_PATH}/doc/doxy/footer.html
HTML_STYLESHEET = ${SRC_PATH}/doc/doxy/doxy_stylesheet.css