[media] doc-rst: add some needed escape codes

Some extra escape codes are needed to avoid Sphinx to not
identify the tags.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2016-07-23 07:12:03 -03:00
parent 7b998bae05
commit 564aaf6920
5 changed files with 43 additions and 43 deletions

View file

@ -374,13 +374,13 @@ struct video_device * __must_check video_device_alloc(void);
*
* @vdev: pointer to &struct video_device
*
* Can also be used for video_device->release().
* Can also be used for video_device->release\(\).
*/
void video_device_release(struct video_device *vdev);
/**
* video_device_release_empty - helper function to implement the
* video_device->release() callback.
* video_device->release\(\) callback.
*
* @vdev: pointer to &struct video_device
*