]> git.baikalelectronics.ru Git - kernel.git/commit
media: hist-v4l2.rst: remove :c:`type` from structs and enums
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 28 Sep 2020 06:16:02 +0000 (08:16 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 30 Sep 2020 16:50:21 +0000 (18:50 +0200)
commit854b813070e0d2974ef144b22aa1faab4b3a439a
tree547ab4a47a7a727b2cd317e1663d1d05b55450b4
parent3ca04f5512b4c3ae89527bf7f2efc9a56de804e8
media: hist-v4l2.rst: remove :c:`type` from structs and enums

Using struct|enum :c:`type` here sounds a bad idea, as it may be
documenting data types that were already removed. Also, it makes
the file harder to read.

As automarkup.py should be able to handle those cases, let's
just get rid of the markup.

While not required by automarkup, in order to make easier for
grep, both type and names are now at the same line.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/userspace-api/media/v4l/hist-v4l2.rst