[media] docs-rst: fix warnings introduced by LaTeX patchset
Sphinx is really pedantic with respect to the order where table tags and references are created. Putting things at the wrong order causes troubles. The order that seems to work is: .. raw:: latex .. tabularcolumns:: .. _foo_name: .. cssclass: longtable .. flat-table:: Reorder the tags to the above order, to avoid troubles, and fix remaining warnings introduced by media recent patches. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -56,12 +56,12 @@ These ioctls are optional, not all drivers may support them. They were
|
||||
introduced in Linux 3.3.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{1.1cm}|p{2.4cm}|p{1.2cm}|p{1.6cm}|p{10.6cm}|
|
||||
|
||||
.. _v4l2-decoder-cmd:
|
||||
|
||||
.. cssclass:: longtable
|
||||
|
||||
.. tabularcolumns:: |p{1.1cm}|p{2.4cm}|p{1.2cm}|p{1.6cm}|p{10.6cm}|
|
||||
|
||||
.. flat-table:: struct v4l2_decoder_cmd
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
@@ -189,10 +189,10 @@ introduced in Linux 3.3.
|
||||
|
||||
|
||||
|
||||
.. _decoder-cmds:
|
||||
|
||||
.. tabularcolumns:: |p{5.6cm}|p{0.6cm}|p{11.3cm}|
|
||||
|
||||
.. _decoder-cmds:
|
||||
|
||||
.. flat-table:: Decoder Commands
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
|
Reference in New Issue
Block a user