[FFmpeg-devel] [PATCH 1/2] doc/doxy-wrapper: disable inserting headers and footers
Timothy Gu
timothygu99 at gmail.com
Sun Nov 10 00:27:08 CET 2013
On Sat, Nov 9, 2013 at 3:25 PM, Timothy Gu <timothygu99 at gmail.com> wrote:
> 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
>
Sorry for breaking the thread. I'll resend the patch in the correct thread.
Timothy
More information about the ffmpeg-devel
mailing list