[FFmpeg-devel] [PATCH 1/2] doc/doxy-wrapper: disable inserting headers and footers
Timothy Gu
timothygu99 at gmail.com
Sun Nov 10 16:07:50 CET 2013
On Nov 10, 2013 3:42 AM, "Stefano Sabatini" <stefasab at gmail.com> wrote:
>
> On date Saturday 2013-11-09 15:36:35 -0800, Timothy Gu encoded:
> > 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
>
> Looks good if works and nobody objects.
It's already applied.
Timothy
More information about the ffmpeg-devel
mailing list