[media] docs-rst: convert uAPI structs to C domain

instead of declaring the uAPI structs using usual refs, e. g.:
	.. _foo-struct:

Use the C domain way:
	.. c:type:: foo_struct

This way, the kAPI documentation can use cross-references to
point to the uAPI symbols.

That solves about ~100 undefined warnings like:
	WARNING: c:type reference target not found: foo_struct

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab
2016-08-29 17:37:59 -03:00
parent 2257e18010
commit e8be7e97e6
117 changed files with 603 additions and 603 deletions

View File

@@ -26,7 +26,7 @@ Arguments
File descriptor returned by :ref:`open() <frontend_f_open>`.
``net_if``
pointer to struct :ref:`dvb_net_if <dvb-net-if>`
pointer to struct :c:type:`dvb_net_if`
Description
@@ -38,7 +38,7 @@ ULE) and the interface number for the new interface to be created. When
the system call successfully returns, a new virtual network interface is
created.
The struct :ref:`dvb_net_if <dvb-net-if>`::ifnum field will be
The struct :c:type:`dvb_net_if`::ifnum field will be
filled with the number of the created interface.
@@ -47,7 +47,7 @@ filled with the number of the created interface.
struct dvb_net_if description
=============================
.. _dvb-net-if:
.. c:type:: dvb_net_if
.. flat-table:: struct dvb_net_if
:header-rows: 1