diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-09 14:54:35 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-09 15:49:05 +0300 |
commit | d2c6815031681fb69fa14c4b17845dccd3210ab1 (patch) | |
tree | ec234625bf24144bf060d0bcff93ce389d4171e8 /Documentation/media/uapi/mediactl/media-header.rst | |
parent | fb6fc6c9ac66fe5d4a50905fd7f2dd14cd9e7ab9 (diff) | |
download | linux-d2c6815031681fb69fa14c4b17845dccd3210ab1.tar.xz |
[media] doc-rst: add media.h header to media contrller
Adding the header file is interesting for several reasons:
1) It makes MC documentation consistend with other parts;
2) The header file can be used as a quick index to all API
elements;
3) The cross-reference check helps to identify symbols that
aren't documented.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/mediactl/media-header.rst')
-rw-r--r-- | Documentation/media/uapi/mediactl/media-header.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/media/uapi/mediactl/media-header.rst b/Documentation/media/uapi/mediactl/media-header.rst new file mode 100644 index 000000000000..96f7b0155e5a --- /dev/null +++ b/Documentation/media/uapi/mediactl/media-header.rst @@ -0,0 +1,10 @@ +.. -*- coding: utf-8; mode: rst -*- + +.. _media_header: + +**************************** +Media Controller Header File +**************************** + +.. kernel-include:: $BUILDDIR/media.h.rst + |