commit | cae045f495d259122cfa18a87c65a2b12fbdcbb2 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Sep 28 08:16:02 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed Sep 30 18:50:21 2020 +0200 |
tree | 547ab4a47a7a727b2cd317e1663d1d05b55450b4 | |
parent | f69249fcefc4f804c4c22591fc9da3357e82b117 [diff] |
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>