]> git.karo-electronics.de Git - linux-beck.git/commit
[media] doc-rst: do a poor man's conversion of v4l2-framework
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 17 Jul 2016 18:25:27 +0000 (15:25 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 17 Jul 2016 19:30:35 +0000 (16:30 -0300)
commit4c21d4fb1b16eaaa6462e76a0eb6b70235a966ea
tree8c44dcb4b853243766bd42ffd3ee557ad69ec39d
parentf6ebc2d341b57b233368ae8d6a0e4087e724cb10
[media] doc-rst: do a poor man's conversion of v4l2-framework

Make Sphinx happy with v4l2-framework.rst by putting all C
code inside code-block.

Please note that this is a poor man ReST conversion, as several
of those blocks should actually be converted to use :cpp:func:,
pointing to the kAPI auto-generated documentation.

The problem is that we currently lack kernel-doc documentation
for most of the stuff described there.

So, let's do a poor man's conversion. We should later address
this.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/kapi/v4l2-framework.rst