Re: [libav-devel] [PATCH] build: doxy: Include code examples in Doxygen documentation

2014-02-14 Thread Luca Barbato
On 14/02/14 11:54, Diego Biurrun wrote: > On Fri, Feb 14, 2014 at 11:25:58AM +0100, Luca Barbato wrote: >> On 12/02/14 15:58, Diego Biurrun wrote: >>> --- a/doc/Makefile >>> +++ b/doc/Makefile >>> @@ -57,7 +57,7 @@ $(DOCS) doc/doxy/html: | doc/ >>> $(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples >>

Re: [libav-devel] [PATCH] build: doxy: Include code examples in Doxygen documentation

2014-02-14 Thread Diego Biurrun
On Fri, Feb 14, 2014 at 11:25:58AM +0100, Luca Barbato wrote: > On 12/02/14 15:58, Diego Biurrun wrote: > > --- a/doc/Makefile > > +++ b/doc/Makefile > > @@ -57,7 +57,7 @@ $(DOCS) doc/doxy/html: | doc/ > > $(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples > > OBJDIRS += doc/examples > > > > -DOXY_

Re: [libav-devel] [PATCH] build: doxy: Include code examples in Doxygen documentation

2014-02-14 Thread Luca Barbato
On 12/02/14 15:58, Diego Biurrun wrote: > --- > > Now without stray Make warnings. > > doc/Makefile | 2 +- > library.mak | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/doc/Makefile b/doc/Makefile > index cf3fbab..6af8116 100644 > --- a/doc/Makefile > +++ b/doc/Makef

[libav-devel] [PATCH] build: doxy: Include code examples in Doxygen documentation

2014-02-12 Thread Diego Biurrun
--- Now without stray Make warnings. doc/Makefile | 2 +- library.mak | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index cf3fbab..6af8116 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -57,7 +57,7 @@ $(DOCS) doc/doxy/html: | doc/ $(DOC_EXAMP