summaryrefslogtreecommitdiff
path: root/Documentation/media/audio.h.rst.exceptions
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-30 10:21:03 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 09:45:24 -0300
commit836cf1db4e741f12e2d95573b5479fcbdd6fa34e (patch)
tree55f5c1bde23bfebfcbd9539de68153841d5d7fda /Documentation/media/audio.h.rst.exceptions
parent59d44bbe46fe876c55d5cc051d552b1debb1c454 (diff)
[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/audio.h.rst.exceptions')
-rw-r--r--Documentation/media/audio.h.rst.exceptions6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/media/audio.h.rst.exceptions b/Documentation/media/audio.h.rst.exceptions
index 8330edcd906d..f40f3cbfe4c9 100644
--- a/Documentation/media/audio.h.rst.exceptions
+++ b/Documentation/media/audio.h.rst.exceptions
@@ -2,7 +2,7 @@
ignore define _DVBAUDIO_H_
# Typedef pointing to structs
-replace typedef audio_karaoke_t audio-karaoke
+replace typedef audio_karaoke_t :c:type:`audio_karaoke`
# Undocumented audio caps, as this is a deprecated API anyway
ignore define AUDIO_CAP_DTS
@@ -16,5 +16,5 @@ ignore define AUDIO_CAP_SDDS
ignore define AUDIO_CAP_AC3
# some typedefs should point to struct/enums
-replace typedef audio_mixer_t audio-mixer
-replace typedef audio_status_t audio-status
+replace typedef audio_mixer_t :c:type:`audio_mixer`
+replace typedef audio_status_t :c:type:`audio_status`