summaryrefslogtreecommitdiffstats
path: root/Documentation/media/video.h.rst.exceptions
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2016-08-30 15:21:03 +0200
committerMauro Carvalho Chehab2016-09-09 14:45:24 +0200
commit836cf1db4e741f12e2d95573b5479fcbdd6fa34e (patch)
tree55f5c1bde23bfebfcbd9539de68153841d5d7fda /Documentation/media/video.h.rst.exceptions
parent[media] v4l2-subdev.h: fix a doc nitpick warning (diff)
downloadkernel-qcow2-linux-836cf1db4e741f12e2d95573b5479fcbdd6fa34e.tar.gz
kernel-qcow2-linux-836cf1db4e741f12e2d95573b5479fcbdd6fa34e.tar.xz
kernel-qcow2-linux-836cf1db4e741f12e2d95573b5479fcbdd6fa34e.zip
[media] docs-rst exceptions: use C domain references for DVB headers
Now that we moved away from the :ref: type of references, we need to update the exceptions lists. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/video.h.rst.exceptions')
-rw-r--r--Documentation/media/video.h.rst.exceptions20
1 files changed, 10 insertions, 10 deletions
diff --git a/Documentation/media/video.h.rst.exceptions b/Documentation/media/video.h.rst.exceptions
index 8866145e8269..a91aa884ce0e 100644
--- a/Documentation/media/video.h.rst.exceptions
+++ b/Documentation/media/video.h.rst.exceptions
@@ -28,13 +28,13 @@ ignore define VIDEO_CAP_NAVI
ignore define VIDEO_CAP_CSS
# some typedefs should point to struct/enums
-replace typedef video_format_t video-format
-replace typedef video_system_t video-system
-replace typedef video_displayformat_t video-displayformat
-replace typedef video_size_t video-size
-replace typedef video_stream_source_t video-stream-source
-replace typedef video_play_state_t video-play-state
-replace typedef video_highlight_t video-highlight
-replace typedef video_spu_t video-spu
-replace typedef video_spu_palette_t video-spu-palette
-replace typedef video_navi_pack_t video-navi-pack
+replace typedef video_format_t :c:type:`video_format`
+replace typedef video_system_t :c:type:`video_system`
+replace typedef video_displayformat_t :c:type:`video_displayformat`
+replace typedef video_size_t :c:type:`video_size`
+replace typedef video_stream_source_t :c:type:`video_stream_source`
+replace typedef video_play_state_t :c:type:`video_play_state`
+replace typedef video_highlight_t :c:type:`video_highlight`
+replace typedef video_spu_t :c:type:`video_spu`
+replace typedef video_spu_palette_t :c:type:`video_spu_palette`
+replace typedef video_navi_pack_t :c:type:`video_navi_pack`