diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-20 20:14:37 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-23 14:03:24 +0300 |
commit | 58759874002a71cbd48a01b615a210bb474e1f2b (patch) | |
tree | 0e3124169831770ce628e851cf8ad2b9e7d30c60 /Documentation/media/kapi/v4l2-controls.rst | |
parent | 575f93084db35ced739a3df9ad398e46704c32c9 (diff) | |
download | linux-58759874002a71cbd48a01b615a210bb474e1f2b.tar.xz |
[media] doc-rst: Split v4l-core into one file per kAPI
Sphinx produce a 1:1 mapping between a rst file and an html file.
So, we need to split the kernel-doc tags on multiple documents.
A side effect is that we're now having a better name for each
section of the kAPI documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/kapi/v4l2-controls.rst')
-rw-r--r-- | Documentation/media/kapi/v4l2-controls.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/media/kapi/v4l2-controls.rst b/Documentation/media/kapi/v4l2-controls.rst index 916fd4366cdf..2d433305fd4e 100644 --- a/Documentation/media/kapi/v4l2-controls.rst +++ b/Documentation/media/kapi/v4l2-controls.rst @@ -807,3 +807,8 @@ notify function is called. There can be only one notify function per control handler. Any attempt to set another notify function will cause a WARN_ON. + +V4L2 control kAPI +----------------- + +.. kernel-doc:: include/media/v4l2-ctrls.h |