Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-09-08 Thread Markus Heiser
Am 08.09.2016 um 13:40 schrieb Mauro Carvalho Chehab : > Hi Jon/Markus, > > Em Mon, 29 Aug 2016 16:12:39 +0200 > Markus Heiser escreveu: > >> Am 29.08.2016 um 15:13 schrieb Mauro Carvalho Chehab >> : >> >>> A macro definition is mapped via .. c:function:: at the >>> ReST markup when using th

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-09-08 Thread Mauro Carvalho Chehab
Hi Jon/Markus, Em Mon, 29 Aug 2016 16:12:39 +0200 Markus Heiser escreveu: > Am 29.08.2016 um 15:13 schrieb Mauro Carvalho Chehab > : > > > A macro definition is mapped via .. c:function:: at the > > ReST markup when using the following kernel-doc tag: > > > > /** > > * DMX_FE_ENTRY -

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-31 Thread Markus Heiser
Am 31.08.2016 um 12:26 schrieb Mauro Carvalho Chehab : > Em Wed, 31 Aug 2016 12:09:39 +0200 > Markus Heiser escreveu: > >> Am 31.08.2016 um 11:02 schrieb Jani Nikula : >> >>> On Wed, 31 Aug 2016, Markus Heiser wrote: I haven't tested your suggestion, but since *void* is in the list >>>

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-31 Thread Mauro Carvalho Chehab
Em Wed, 31 Aug 2016 12:09:39 +0200 Markus Heiser escreveu: > Am 31.08.2016 um 11:02 schrieb Jani Nikula : > > > On Wed, 31 Aug 2016, Markus Heiser wrote: > >> I haven't tested your suggestion, but since *void* is in the list > >> of stop-words: > >> > >># These C types aren't described a

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-31 Thread Markus Heiser
Am 31.08.2016 um 11:02 schrieb Jani Nikula : > On Wed, 31 Aug 2016, Markus Heiser wrote: >> I haven't tested your suggestion, but since *void* is in the list >> of stop-words: >> >># These C types aren't described anywhere, so don't try to create >># a cross-reference to them >>stop

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-31 Thread Jani Nikula
On Wed, 31 Aug 2016, Markus Heiser wrote: > I haven't tested your suggestion, but since *void* is in the list > of stop-words: > > # These C types aren't described anywhere, so don't try to create > # a cross-reference to them > stopwords = set(( > 'const', 'void', 'char', 'wch

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-31 Thread Markus Heiser
Am 29.08.2016 um 17:36 schrieb Jani Nikula : > On Mon, 29 Aug 2016, Mauro Carvalho Chehab wrote: >> Em Mon, 29 Aug 2016 16:12:39 +0200 >> Markus Heiser escreveu: >> >>> Am 29.08.2016 um 15:13 schrieb Mauro Carvalho Chehab >>> : >>> A macro definition is mapped via .. c:function:: at the

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-29 Thread Jani Nikula
On Mon, 29 Aug 2016, Mauro Carvalho Chehab wrote: > Em Mon, 29 Aug 2016 16:12:39 +0200 > Markus Heiser escreveu: > >> Am 29.08.2016 um 15:13 schrieb Mauro Carvalho Chehab >> : >> >> > A macro definition is mapped via .. c:function:: at the >> > ReST markup when using the following kernel-doc ta

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-29 Thread Mauro Carvalho Chehab
Em Mon, 29 Aug 2016 16:12:39 +0200 Markus Heiser escreveu: > Am 29.08.2016 um 15:13 schrieb Mauro Carvalho Chehab > : > > > A macro definition is mapped via .. c:function:: at the > > ReST markup when using the following kernel-doc tag: > > > > /** > > * DMX_FE_ENTRY - Casts elements

Re: [PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-29 Thread Markus Heiser
Am 29.08.2016 um 15:13 schrieb Mauro Carvalho Chehab : > A macro definition is mapped via .. c:function:: at the > ReST markup when using the following kernel-doc tag: > > /** >* DMX_FE_ENTRY - Casts elements in the list of registered >* front-ends from the ge

[PATCH v3] docs-rst: ignore arguments on macro definitions

2016-08-29 Thread Mauro Carvalho Chehab
A macro definition is mapped via .. c:function:: at the ReST markup when using the following kernel-doc tag: /** * DMX_FE_ENTRY - Casts elements in the list of registered * front-ends from the generic type struct list_head * to the typ