Re: [PATCH] docs-rst: kernel-doc: better output struct members

2016-08-22 Thread Mauro Carvalho Chehab
Em Mon, 22 Aug 2016 21:41:51 -0300 Mauro Carvalho Chehab escreveu: > Right now, for a struct, kernel-doc produces the following output: Please discard this one... the description is wrong. Just sent a v2. Thanks, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" i

Re: [PATCH] docs-rst: kernel-doc: better output struct members

2016-08-22 Thread Mauro Carvalho Chehab
Em Mon, 22 Aug 2016 15:34:21 -0600 Jonathan Corbet escreveu: > On Sun, 21 Aug 2016 09:11:57 -0300 > Mauro Carvalho Chehab wrote: > > > So, change kernel-doc, for it to produce the output on a different way: > > > > **Members** > > > > ``prios[4]`` > > - **type**: ``atomic_t`` >

Re: [PATCH] docs-rst: kernel-doc: better output struct members

2016-08-22 Thread Jonathan Corbet
On Sun, 21 Aug 2016 09:11:57 -0300 Mauro Carvalho Chehab wrote: > So, change kernel-doc, for it to produce the output on a different way: > > **Members** > > ``prios[4]`` > - **type**: ``atomic_t`` > > array with elements to store the array priorities > > With such