[FFmpeg-cvslog] doc/doxy-wrapper: disable inserting headers and footers

Timothy Gu git at videolan.org
Sun Nov 10 02:49:40 CET 2013


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sat Nov  9 15:20:15 2013 -0800| [3853fcd5a94aafe430744c4c1cc8a952f42584e3] | committer: Michael Niedermayer

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 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3853fcd5a94aafe430744c4c1cc8a952f42584e3
---

 doc/doxy-wrapper.sh |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh
index 6650e38..a6c54dd 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



More information about the ffmpeg-cvslog mailing list