[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user