summaryrefslogtreecommitdiff
path: root/doc/doxy-wrapper.sh
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-11-09 15:20:15 -0800
committerMichael Niedermayer <michaelni@gmx.at>2013-11-10 02:33:33 +0100
commit3853fcd5a94aafe430744c4c1cc8a952f42584e3 (patch)
tree9a62e6957d3ab95bbe81f7456a4d80068b4989b8 /doc/doxy-wrapper.sh
parent52268def10f33e36ca1190906c8235f4e91fcf24 (diff)
doc/doxy-wrapper: disable inserting headers and footers
The headers and footers are used to integrate Doxygen into Libav's website. Fixes the Libav-ish look when doing `make apidoc`. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/doxy-wrapper.sh')
-rwxr-xr-xdoc/doxy-wrapper.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh
index 6650e38850..a6c54dd398 100755
--- a/doc/doxy-wrapper.sh
+++ b/doc/doxy-wrapper.sh
@@ -8,7 +8,4 @@ shift 2
doxygen - <<EOF
@INCLUDE = ${DOXYFILE}
INPUT = $@
-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
EOF