Re: [FFmpeg-devel] [PATCH] doc: make apidoc output independent of SRC_PATH

2016-01-02 Thread Andreas Cadhalpun
On 02.01.2016 03:28, Michael Niedermayer wrote: > On Sun, Dec 20, 2015 at 11:31:29PM +0100, Andreas Cadhalpun wrote: >> Previously it included the SRC_PATH in every title. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> doc/Makefile| 7 --- >> doc/doxy-wrapper.sh | 11 ++- >>

Re: [FFmpeg-devel] [PATCH] doc: make apidoc output independent of SRC_PATH

2016-01-01 Thread Michael Niedermayer
On Sun, Dec 20, 2015 at 11:31:29PM +0100, Andreas Cadhalpun wrote: > Previously it included the SRC_PATH in every title. > > Signed-off-by: Andreas Cadhalpun > --- > doc/Makefile| 7 --- > doc/doxy-wrapper.sh | 11 ++- > 2 files changed, 10 insertions(+), 8 deletions(-) sho

Re: [FFmpeg-devel] [PATCH] doc: make apidoc output independent of SRC_PATH

2015-12-28 Thread Andreas Cadhalpun
On 20.12.2015 23:31, Andreas Cadhalpun wrote: > Previously it included the SRC_PATH in every title. > > Signed-off-by: Andreas Cadhalpun > --- > doc/Makefile| 7 --- > doc/doxy-wrapper.sh | 11 ++- > 2 files changed, 10 insertions(+), 8 deletions(-) > > diff --git a/doc/Mak