diff options
| author | 2016-07-04 16:50:00 -0300 | |
|---|---|---|
| committer | 2016-07-04 16:50:00 -0300 | |
| commit | 90865d29dba99d47b46bfa5f116f4a795bb2eb44 (patch) | |
| tree | 2a2b2c1c9ea142af44d93fb892d504a00671dd99 | |
| parent | doc-rst: dmabuf: Add ioctl cross references (diff) | |
doc-rst: buffer: numerate tables
Sphinx actually doesn't numerate tables. So, let's add a
subtitle before each table. That makes them numerated.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
| -rw-r--r-- | Documentation/linux_tv/media/v4l/buffer.rst | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/Documentation/linux_tv/media/v4l/buffer.rst b/Documentation/linux_tv/media/v4l/buffer.rst index 4381110e2571..b195eb5b63a1 100644 --- a/Documentation/linux_tv/media/v4l/buffer.rst +++ b/Documentation/linux_tv/media/v4l/buffer.rst @@ -36,6 +36,9 @@ buffer. .. _v4l2-buffer: +struct v4l2_buffer +================== + .. flat-table:: struct v4l2_buffer :header-rows: 0 :stub-columns: 0 @@ -273,7 +276,10 @@ buffer. .. _v4l2-plane: -.. flat-table:: struct v4l2_plane +struct v4l2_plane +================= + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 1 1 1 2 @@ -380,7 +386,10 @@ buffer. .. _v4l2-buf-type: -.. flat-table:: enum v4l2_buf_type +enum v4l2_buf_type +================== + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 3 1 4 @@ -491,7 +500,10 @@ buffer. .. _buffer-flags: -.. flat-table:: Buffer Flags +Buffer Flags +============ + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 3 1 4 @@ -737,7 +749,10 @@ buffer. .. _v4l2-memory: -.. flat-table:: enum v4l2_memory +enum v4l2_memory +================ + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 3 1 4 @@ -788,7 +803,10 @@ The :ref:`struct v4l2_timecode <v4l2-timecode>` structure is designed to hold a .. _v4l2-timecode: -.. flat-table:: struct v4l2_timecode +struct v4l2_timecode +-------------------- + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 1 1 2 @@ -855,7 +873,10 @@ The :ref:`struct v4l2_timecode <v4l2-timecode>` structure is designed to hold a .. _timecode-type: -.. flat-table:: Timecode Types +Timecode Types +-------------- + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 3 1 4 @@ -905,7 +926,10 @@ The :ref:`struct v4l2_timecode <v4l2-timecode>` structure is designed to hold a .. _timecode-flags: -.. flat-table:: Timecode Flags +Timecode Flags +-------------- + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 3 1 4 |
