[FFmpeg-devel] [PATCH 1/2] doc/doxy-wrapper: disable inserting headers and footers

Timothy Gu timothygu99 at gmail.com
Sun Nov 10 00:25:02 CET 2013


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>
---
 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
-- 
1.8.3.2



More information about the ffmpeg-devel mailing list