Re: How to fix DocBook parsers for private fields inside #ifdefs

2015-10-11 Thread Jonathan Corbet
On Mon, 5 Oct 2015 09:03:48 -0300 Mauro Carvalho Chehab wrote: > Patch enclosed. ...and applied, thanks! jon -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-i

Re: Re: How to fix DocBook parsers for private fields inside #ifdefs

2015-10-05 Thread kbuild test robot
Hi Mauro, [auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please ignore] reproduce: make htmldocs All warnings (new ones prefixed by >>): include/linux/init.h:1: warning: no structured comments found kernel/sys.c:1: warning: no structured comments found drivers/dma

Re: How to fix DocBook parsers for private fields inside #ifdefs

2015-10-05 Thread Mauro Carvalho Chehab
Em Mon, 5 Oct 2015 04:56:35 -0600 Jonathan Corbet escreveu: > On Thu, 1 Oct 2015 14:21:07 -0300 > Mauro Carvalho Chehab wrote: > > > They're all after a private comment: > > /* Private: internal use only */ > > > > So, according with Documentation/kernel-doc-nano-HOWTO.txt, they shold > >

Re: How to fix DocBook parsers for private fields inside #ifdefs

2015-10-05 Thread Jonathan Corbet
On Thu, 1 Oct 2015 14:21:07 -0300 Mauro Carvalho Chehab wrote: > They're all after a private comment: > /* Private: internal use only */ > > So, according with Documentation/kernel-doc-nano-HOWTO.txt, they shold > have been ignored. > > Still, the scripts produce warnings for them: Sorry

How to fix DocBook parsers for private fields inside #ifdefs

2015-10-01 Thread Mauro Carvalho Chehab
Hi Jon, I'm trying to cleanup some warnings when creating docbooks for a struct located at include/media/videobuf2-core.h. This is the struct: struct vb2_buffer { struct vb2_queue*vb2_queue; unsigned intindex; unsigned inttype; un