Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-11-02 Thread Diego Biurrun
On Mon, Oct 29, 2012 at 04:26:59PM +0100, Janne Grunau wrote: > > > --- a/doc/Makefile > > > +++ b/doc/Makefile > > > @@ -41,6 +42,9 @@ doc/%.1: doc/%.pod $(GENTEXI) > > > > > > $(DOCS): | doc/ > > > > > > +doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS) | doc/ > > > + $(M)$(SRC_PATH)

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-11-01 Thread Anton Khirnov
On Fri, 02 Nov 2012 01:06:33 +0100, Diego Biurrun wrote: > On Wed, Oct 31, 2012 at 09:26:10PM +0100, Anton Khirnov wrote: > > On Wed, 31 Oct 2012 17:33:35 +0100, Diego Biurrun wrote: > > > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: > > > > On Mon, Oct 29, 2012 at 03:19:27PM +

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-11-01 Thread Diego Biurrun
On Wed, Oct 31, 2012 at 09:26:10PM +0100, Anton Khirnov wrote: > On Wed, 31 Oct 2012 17:33:35 +0100, Diego Biurrun wrote: > > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: > > > On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: > > > > On 2012-10-29 15:03:45 +0100, Die

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-31 Thread Anton Khirnov
On Wed, 31 Oct 2012 17:33:35 +0100, Diego Biurrun wrote: > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: > > On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: > > > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: > > > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Ja

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-31 Thread Diego Biurrun
On Wed, Oct 31, 2012 at 04:50:38PM +, Måns Rullgård wrote: > Diego Biurrun writes: > > On Wed, Oct 31, 2012 at 04:34:59PM +, Måns Rullgård wrote: > >> Diego Biurrun writes: > >> > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: > >> >> On Mon, Oct 29, 2012 at 03:19:27PM +01

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-31 Thread Måns Rullgård
Diego Biurrun writes: > On Wed, Oct 31, 2012 at 04:34:59PM +, Måns Rullgård wrote: >> Diego Biurrun writes: >> > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: >> >> On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: >> >> > On 2012-10-29 15:03:45 +0100, Diego Biur

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-31 Thread Diego Biurrun
On Wed, Oct 31, 2012 at 04:34:59PM +, Måns Rullgård wrote: > Diego Biurrun writes: > > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: > >> On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: > >> > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: > >> > > On Sun, Oc

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-31 Thread Måns Rullgård
Diego Biurrun writes: > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: >> On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: >> > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: >> > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote: >> > > > Documentati

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-31 Thread Diego Biurrun
On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote: > On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: > > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: > > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote: > > > > Documentation includes only the externall

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-29 Thread Diego Biurrun
On Mon, Oct 29, 2012 at 04:23:37PM +0100, Janne Grunau wrote: > On 2012-10-29 15:45:43 +0100, Diego Biurrun wrote: > > On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: > > > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: > > > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Gruna

[libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-29 Thread Janne Grunau
> > --- a/doc/Makefile > > +++ b/doc/Makefile > > @@ -41,6 +42,9 @@ doc/%.1: doc/%.pod $(GENTEXI) > > > > $(DOCS): | doc/ > > > > +doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS) | doc/ > > + $(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^ > > Moving the order-only prerequisite to

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-29 Thread Janne Grunau
On 2012-10-29 15:45:43 +0100, Diego Biurrun wrote: > On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: > > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: > > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote: > > > > Documentation includes only the externally visible AP

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-29 Thread Diego Biurrun
On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote: > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote: > > > Documentation includes only the externally visible API of the installed > > > headers. > > > > What about the r

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-29 Thread Måns Rullgård
Janne Grunau writes: > Documentation includes only the externally visible API of the installed > headers. > > Based on a patch by Anton Khirnov . > --- > Makefile| 2 ++ > doc/Makefile| 7 ++- > doc/doxy-wrapper.sh | 14 ++ > library.mak | 2 ++ > 4

[libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-29 Thread Janne Grunau
On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote: > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote: > > Documentation includes only the externally visible API of the installed > > headers. > > What about the rest? doxygen doc/Doxyfile If you prefer make support for propose a outpu

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-29 Thread Diego Biurrun
On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote: > Documentation includes only the externally visible API of the installed > headers. What about the rest? > --- a/doc/Makefile > +++ b/doc/Makefile > @@ -14,6 +14,7 @@ DOCS = $(HTMLPAGES) $(MANPAGES) $(PODPAGES) > > all-$(CONFIG_DOC

Re: [libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-27 Thread Måns Rullgård
Janne Grunau writes: > Documentation includes only the externally visible API of the installed > headers. > > Based on a patch by Anton Khirnov . > --- > doc/Makefile| 4 > doc/doxy-wrapper.sh | 14 ++ > library.mak | 2 ++ > 3 files changed, 20 insertions(+) >

[libav-devel] [PATCH 1/1] doc: add apidoc target for doxygen API documentation

2012-10-27 Thread Janne Grunau
Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov . --- doc/Makefile| 4 doc/doxy-wrapper.sh | 14 ++ library.mak | 2 ++ 3 files changed, 20 insertions(+) create mode 100755 doc/doxy-wrapper.sh