mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 13:34:38 +08:00
e8be7e97e6
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>
16 lines
246 B
ReStructuredText
16 lines
246 B
ReStructuredText
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
.. c:type:: dvb_frontend_event
|
|
|
|
***************
|
|
frontend events
|
|
***************
|
|
|
|
|
|
.. code-block:: c
|
|
|
|
struct dvb_frontend_event {
|
|
fe_status_t status;
|
|
struct dvb_frontend_parameters parameters;
|
|
};
|