Commit ffa0441e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] docs-rst: use C domain for enum references on uapi



Change the parse-headers.pl and the corresponding files to use
the C domain for enum references.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent fb91161a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1361,7 +1361,7 @@ V4L2 in Linux 3.19
   :ref:`v4l2_quantization <v4l2-quantization>` fields to struct
   :c:type:`v4l2_pix_format`, struct
   :c:type:`v4l2_pix_format_mplane` and
   struct :ref:`v4l2_mbus_framefmt <v4l2-mbus-framefmt>`.
   struct :c:type:`v4l2_mbus_framefmt`.


V4L2 in Linux 4.4
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Media Bus Formats

.. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.7cm}|

.. _v4l2-mbus-framefmt:
.. c:type:: v4l2_mbus_framefmt

.. flat-table:: struct v4l2_mbus_framefmt
    :header-rows:  0
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ Rewrote Colorspace chapter, added new enum
:ref:`v4l2_quantization <v4l2-quantization>` fields to struct
:c:type:`v4l2_pix_format`, struct
:c:type:`v4l2_pix_format_mplane` and struct
:ref:`v4l2_mbus_framefmt <v4l2-mbus-framefmt>`.
:c:type:`v4l2_mbus_framefmt`.


:revision: 3.17 / 2014-08-04 (*lp, hv*)
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ call.

       -
       -  The type of the control. See enum
	  :ref:`v4l2_ctrl_type <v4l2-ctrl-type>`.
	  :c:type:`v4l2_ctrl_type`.

    -  .. row 3

+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ an enum v4l2_priority variable and call :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORI
with a pointer to this variable.


.. _v4l2-priority:
.. c:type:: v4l2_priority

.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|

Loading