Re: [PATCH v4 22/52] docs: get rid of :c:type explicit declarations for structs

2020-09-30 Thread André Almeida
On 9/30/20 10:24 AM, Mauro Carvalho Chehab wrote: > The :c:type:`foo` only works properly with structs before > Sphinx 3.x. > > On Sphinx 3.x, structs should now be declared using the > .. c:struct, and referenced via :c:struct tag. > > As we now have the automarkup.py macro, that automatically

Re: [PATCH v4 22/52] docs: get rid of :c:type explicit declarations for structs

2020-09-30 Thread Takashi Iwai
On Wed, 30 Sep 2020 15:24:45 +0200, Mauro Carvalho Chehab wrote: > > The :c:type:`foo` only works properly with structs before > Sphinx 3.x. > > On Sphinx 3.x, structs should now be declared using the > .. c:struct, and referenced via :c:struct tag. > > As we now have the automarkup.py macro,

Re: [PATCH v4 22/52] docs: get rid of :c:type explicit declarations for structs

2020-09-30 Thread Mike Rapoport
On Wed, Sep 30, 2020 at 03:24:45PM +0200, Mauro Carvalho Chehab wrote: > The :c:type:`foo` only works properly with structs before > Sphinx 3.x. > > On Sphinx 3.x, structs should now be declared using the > .. c:struct, and referenced via :c:struct tag. > > As we now have the automarkup.py

[PATCH v4 22/52] docs: get rid of :c:type explicit declarations for structs

2020-09-30 Thread Mauro Carvalho Chehab
The :c:type:`foo` only works properly with structs before Sphinx 3.x. On Sphinx 3.x, structs should now be declared using the .. c:struct, and referenced via :c:struct tag. As we now have the automarkup.py macro, that automatically convert: struct foo into cross-references, let's get