aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-07 06:12:28 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-09 17:47:31 -0300
commit8de4d9ecb7c9c03c867e60d6f4bb4e6f17f87af1 (patch)
tree93f5b807ebeac9c0ebca1f99a2988a28f6e4babf /Documentation
parent[media] DocBook: add entry IDs for enum fe_sec_tone_mode (diff)
downloadlinux-dev-8de4d9ecb7c9c03c867e60d6f4bb4e6f17f87af1.tar.xz
linux-dev-8de4d9ecb7c9c03c867e60d6f4bb4e6f17f87af1.zip
[media] Docbook: add entry IDs for enum fe_sec_voltage
enum fe_sec_voltage is documented together with FE_SET_VOLTAGE. Add xrefs for each entry there. This makes the hyperlinks at frontend.h to go directly to the right documentation. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/media/dvb/fe-set-voltage.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/media/dvb/fe-set-voltage.xml b/Documentation/DocBook/media/dvb/fe-set-voltage.xml
index 73710f89ff1e..053c4cb0f540 100644
--- a/Documentation/DocBook/media/dvb/fe-set-voltage.xml
+++ b/Documentation/DocBook/media/dvb/fe-set-voltage.xml
@@ -80,13 +80,13 @@
</thead>
<tbody valign="top">
<row>
- <entry align="char">SEC_VOLTAGE_13</entry>
+ <entry align="char" id="SEC-VOLTAGE-13"><constant>SEC_VOLTAGE_13</constant></entry>
<entry align="char">Set DC voltage level to 13V</entry>
</row><row>
- <entry align="char">SEC_VOLTAGE_18</entry>
+ <entry align="char" id="SEC-VOLTAGE-18"><constant>SEC_VOLTAGE_18</constant></entry>
<entry align="char">Set DC voltage level to 18V</entry>
</row><row>
- <entry align="char">SEC_VOLTAGE_OFF</entry>
+ <entry align="char" id="SEC-VOLTAGE-OFF"><constant>SEC_VOLTAGE_OFF</constant></entry>
<entry align="char">Don't send any voltage to the antenna</entry>
</row>
</tbody>