aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-02-06 07:55:28 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-02-06 08:01:24 -0500
commit90f745cea2190d42d2ee10eab6cddad526d6e521 (patch)
tree59e5a4f9e3a47a9131a34211a4160e0c04699969
parent18bc17448147e93f31cc9b1a83be49f1224657b2 (diff)
[media] DocBook/media_api: Better organize the DocBook
All chapters/parts but Remote controllers have the revision tags inside the body. Move those to remote_controllers.xml and do some cleanup. No functional changes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r--Documentation/DocBook/media/v4l/remote_controllers.xml31
-rw-r--r--Documentation/DocBook/media_api.tmpl81
2 files changed, 50 insertions, 62 deletions
diff --git a/Documentation/DocBook/media/v4l/remote_controllers.xml b/Documentation/DocBook/media/v4l/remote_controllers.xml
index 160e464d44b7..18288a3c595b 100644
--- a/Documentation/DocBook/media/v4l/remote_controllers.xml
+++ b/Documentation/DocBook/media/v4l/remote_controllers.xml
@@ -1,4 +1,34 @@
1<partinfo>
2<authorgroup>
3<author>
4<firstname>Mauro</firstname>
5<surname>Chehab</surname>
6<othername role="mi">Carvalho</othername>
7<affiliation><address><email>m.chehab@samsung.com</email></address></affiliation>
8<contrib>Initial version.</contrib>
9</author>
10</authorgroup>
11<copyright>
12 <year>2009-2014</year>
13 <holder>Mauro Carvalho Chehab</holder>
14</copyright>
15
16<revhistory>
17<!-- Put document revisions here, newest first. -->
18<revision>
19<revnumber>1.0.0</revnumber>
20<date>2009-09-06</date>
21<authorinitials>mcc</authorinitials>
22<revremark>Initial revision</revremark>
23</revision>
24</revhistory>
25</partinfo>
26
27 <title>Remote Controller API</title>
28 <chapter id="remote_controllers">
29
1<title>Remote Controllers</title> 30<title>Remote Controllers</title>
31
2<section id="Remote_controllers_Intro"> 32<section id="Remote_controllers_Intro">
3<title>Introduction</title> 33<title>Introduction</title>
4 34
@@ -175,3 +205,4 @@ keymapping.</para>
175</section> 205</section>
176 206
177&sub-lirc_device_interface; 207&sub-lirc_device_interface;
208</chapter>
diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media_api.tmpl
index ba1d704e4910..4decb46bfa76 100644
--- a/Documentation/DocBook/media_api.tmpl
+++ b/Documentation/DocBook/media_api.tmpl
@@ -34,22 +34,20 @@
34 34
35<book id="media_api"> 35<book id="media_api">
36<bookinfo> 36<bookinfo>
37<title>LINUX MEDIA INFRASTRUCTURE API</title> 37 <title>LINUX MEDIA INFRASTRUCTURE API</title>
38 38
39<copyright> 39 <copyright>
40 <year>2009-2014</year> 40 <year>2009-2014</year>
41 <holder>LinuxTV Developers</holder> 41 <holder>LinuxTV Developers</holder>
42</copyright> 42 </copyright>
43 43
44<legalnotice> 44 <legalnotice>
45 45 <para>Permission is granted to copy, distribute and/or modify
46<para>Permission is granted to copy, distribute and/or modify 46 this document under the terms of the GNU Free Documentation License,
47this document under the terms of the GNU Free Documentation License, 47 Version 1.1 or any later version published by the Free Software
48Version 1.1 or any later version published by the Free Software 48 Foundation. A copy of the license is included in the chapter entitled
49Foundation. A copy of the license is included in the chapter entitled 49 "GNU Free Documentation License"</para>
50"GNU Free Documentation License"</para> 50 </legalnotice>
51</legalnotice>
52
53</bookinfo> 51</bookinfo>
54 52
55<toc></toc> <!-- autogenerated --> 53<toc></toc> <!-- autogenerated -->
@@ -76,55 +74,14 @@ Foundation. A copy of the license is included in the chapter entitled
76 <para>For additional information and for the latest development code, 74 <para>For additional information and for the latest development code,
77 see: <ulink url="http://linuxtv.org">http://linuxtv.org</ulink>.</para> 75 see: <ulink url="http://linuxtv.org">http://linuxtv.org</ulink>.</para>
78 <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para> 76 <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para>
79
80</preface> 77</preface>
81 78
82<part id="v4l2spec"> 79<part id="v4l2spec">&sub-v4l2;</part>
83&sub-v4l2; 80<part id="dvbapi">&sub-dvbapi;</part>
84</part> 81<part id="remotes">&sub-remote_controllers;</part>
85<part id="dvbapi"> 82<part id="media_common">&sub-media-controller;</part>
86&sub-dvbapi;
87</part>
88<part id="v4ldvb_common">
89<partinfo>
90<authorgroup>
91<author>
92<firstname>Mauro</firstname>
93<surname>Chehab</surname>
94<othername role="mi">Carvalho</othername>
95<affiliation><address><email>m.chehab@samsung.com</email></address></affiliation>
96<contrib>Initial version.</contrib>
97</author>
98</authorgroup>
99<copyright>
100 <year>2009-2014</year>
101 <holder>Mauro Carvalho Chehab</holder>
102</copyright>
103
104<revhistory>
105<!-- Put document revisions here, newest first. -->
106<revision>
107<revnumber>1.0.0</revnumber>
108<date>2009-09-06</date>
109<authorinitials>mcc</authorinitials>
110<revremark>Initial revision</revremark>
111</revision>
112</revhistory>
113</partinfo>
114
115<title>Remote Controller API</title>
116<chapter id="remote_controllers">
117&sub-remote_controllers;
118</chapter>
119</part>
120<part id="media_common">
121&sub-media-controller;
122</part>
123
124<chapter id="gen_errors">
125&sub-gen-errors;
126</chapter>
127 83
84<chapter id="gen_errors">&sub-gen-errors;</chapter>
128 85
129&sub-fdl-appendix; 86&sub-fdl-appendix;
130 87