media: docs: uAPI: fix table output in LaTeX/PDF format
There are lots of tables that are not properly displayed in LaTeX/PDF. Fix the tablecolumns, add longtable where needed and LaTeX formatting macros, in order to address such issues. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
@@ -48,7 +48,7 @@ information about the try formats.
|
||||
|
||||
.. c:type:: v4l2_subdev_mbus_code_enum
|
||||
|
||||
.. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.7cm}|
|
||||
.. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
||||
|
||||
.. flat-table:: struct v4l2_subdev_mbus_code_enum
|
||||
:header-rows: 0
|
||||
@@ -79,10 +79,14 @@ information about the try formats.
|
||||
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{7.7cm}|
|
||||
|
||||
.. _v4l2-subdev-mbus-code-flags:
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
\footnotesize
|
||||
|
||||
.. tabularcolumns:: |p{8.8cm}|p{2.2cm}|p{6.3cm}|
|
||||
|
||||
.. flat-table:: Subdev Media Bus Code Enumerate Flags
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
@@ -124,6 +128,10 @@ information about the try formats.
|
||||
ioctl with :ref:`V4L2_MBUS_FRAMEFMT_SET_CSC <mbus-framefmt-set-csc>` set.
|
||||
See :ref:`v4l2-mbus-format` on how to do this.
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
\normalsize
|
||||
|
||||
Return Value
|
||||
============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user