mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
[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:
parent
7b998bae05
commit
564aaf6920
5 changed files with 43 additions and 43 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue