Commit c6401af6692bac94b7ae1ff04f1d32c5dd1a38e3
Committed by
Mauro Carvalho Chehab
1 parent
15157c506d
Exists in
master
and in
6 other branches
[media] Remove unneeded comments from the media API DocBook files
This removes comment tags intended for emacs configuration from 67 files in the Media API DocBook. Such comments are not really helpful and violate the coding style rules. Signed-off-by: Sylwester Nawrocki <snjw23@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Showing 67 changed files with 1 additions and 536 deletions Side-by-side Diff
- Documentation/DocBook/media/v4l/biblio.xml
- Documentation/DocBook/media/v4l/common.xml
- Documentation/DocBook/media/v4l/compat.xml
- Documentation/DocBook/media/v4l/controls.xml
- Documentation/DocBook/media/v4l/dev-capture.xml
- Documentation/DocBook/media/v4l/dev-codec.xml
- Documentation/DocBook/media/v4l/dev-effect.xml
- Documentation/DocBook/media/v4l/dev-event.xml
- Documentation/DocBook/media/v4l/dev-osd.xml
- Documentation/DocBook/media/v4l/dev-output.xml
- Documentation/DocBook/media/v4l/dev-overlay.xml
- Documentation/DocBook/media/v4l/dev-radio.xml
- Documentation/DocBook/media/v4l/dev-raw-vbi.xml
- Documentation/DocBook/media/v4l/dev-rds.xml
- Documentation/DocBook/media/v4l/dev-sliced-vbi.xml
- Documentation/DocBook/media/v4l/dev-teletext.xml
- Documentation/DocBook/media/v4l/driver.xml
- Documentation/DocBook/media/v4l/func-close.xml
- Documentation/DocBook/media/v4l/func-ioctl.xml
- Documentation/DocBook/media/v4l/func-mmap.xml
- Documentation/DocBook/media/v4l/func-munmap.xml
- Documentation/DocBook/media/v4l/func-open.xml
- Documentation/DocBook/media/v4l/func-poll.xml
- Documentation/DocBook/media/v4l/func-read.xml
- Documentation/DocBook/media/v4l/func-select.xml
- Documentation/DocBook/media/v4l/func-write.xml
- Documentation/DocBook/media/v4l/io.xml
- Documentation/DocBook/media/v4l/libv4l.xml
- Documentation/DocBook/media/v4l/pixfmt-grey.xml
- Documentation/DocBook/media/v4l/pixfmt-m420.xml
- Documentation/DocBook/media/v4l/pixfmt-nv12.xml
- Documentation/DocBook/media/v4l/pixfmt-nv12m.xml
- Documentation/DocBook/media/v4l/pixfmt-nv12mt.xml
- Documentation/DocBook/media/v4l/pixfmt-nv16.xml
- Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml
- Documentation/DocBook/media/v4l/pixfmt-packed-yuv.xml
- Documentation/DocBook/media/v4l/pixfmt-sbggr16.xml
- Documentation/DocBook/media/v4l/pixfmt-sbggr8.xml
- Documentation/DocBook/media/v4l/pixfmt-sgbrg8.xml
- Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml
- Documentation/DocBook/media/v4l/pixfmt-uyvy.xml
- Documentation/DocBook/media/v4l/pixfmt-vyuy.xml
- Documentation/DocBook/media/v4l/pixfmt-y16.xml
- Documentation/DocBook/media/v4l/pixfmt-y41p.xml
- Documentation/DocBook/media/v4l/pixfmt-yuv410.xml
- Documentation/DocBook/media/v4l/pixfmt-yuv411p.xml
- Documentation/DocBook/media/v4l/pixfmt-yuv420.xml
- Documentation/DocBook/media/v4l/pixfmt-yuv420m.xml
- Documentation/DocBook/media/v4l/pixfmt-yuv422p.xml
- Documentation/DocBook/media/v4l/pixfmt-yuyv.xml
- Documentation/DocBook/media/v4l/pixfmt-yvyu.xml
- Documentation/DocBook/media/v4l/pixfmt.xml
- Documentation/DocBook/media/v4l/vidioc-enum-dv-presets.xml
- Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml
- Documentation/DocBook/media/v4l/vidioc-enuminput.xml
- Documentation/DocBook/media/v4l/vidioc-enumoutput.xml
- Documentation/DocBook/media/v4l/vidioc-enumstd.xml
- Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml
- Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
- Documentation/DocBook/media/v4l/vidioc-g-frequency.xml
- Documentation/DocBook/media/v4l/vidioc-g-modulator.xml
- Documentation/DocBook/media/v4l/vidioc-g-priority.xml
- Documentation/DocBook/media/v4l/vidioc-g-std.xml
- Documentation/DocBook/media/v4l/vidioc-g-tuner.xml
- Documentation/DocBook/media/v4l/vidioc-querybuf.xml
- Documentation/DocBook/media/v4l/vidioc-queryctrl.xml
- Documentation/DocBook/media/v4l/vidioc-s-hw-freq-seek.xml
Documentation/DocBook/media/v4l/biblio.xml
Documentation/DocBook/media/v4l/common.xml
... | ... | @@ -1195,12 +1195,4 @@ |
1195 | 1195 | <para>These ioctls are optional, drivers need not implement |
1196 | 1196 | them. If so, they return the &EINVAL;.</para> |
1197 | 1197 | </section> |
1198 | - | |
1199 | - <!-- | |
1200 | -Local Variables: | |
1201 | -mode: sgml | |
1202 | -sgml-parent-document: "v4l2.sgml" | |
1203 | -indent-tabs-mode: nil | |
1204 | -End: | |
1205 | - --> |
Documentation/DocBook/media/v4l/compat.xml
... | ... | @@ -1082,7 +1082,7 @@ |
1082 | 1082 | follow SGI's lead, and adopt a multimedia timestamping system like |
1083 | 1083 | their UST (Unadjusted System Time). See |
1084 | 1084 | http://web.archive.org/web/*/http://reality.sgi.com |
1085 | -/cpirazzi_engr/lg/time/intro.html. | |
1085 | +/cpirazzi_engr/lg/time/intro.html. | |
1086 | 1086 | UST uses timestamps that are 64-bit signed integers |
1087 | 1087 | (not struct timeval's) and given in nanosecond units. The UST clock |
1088 | 1088 | starts at zero when the system is booted and runs continuously and |
... | ... | @@ -2507,12 +2507,4 @@ |
2507 | 2507 | </itemizedlist> |
2508 | 2508 | </section> |
2509 | 2509 | </section> |
2510 | - | |
2511 | - <!-- | |
2512 | -Local Variables: | |
2513 | -mode: sgml | |
2514 | -sgml-parent-document: "v4l2.sgml" | |
2515 | -indent-tabs-mode: nil | |
2516 | -End: | |
2517 | - --> |
Documentation/DocBook/media/v4l/controls.xml
Documentation/DocBook/media/v4l/dev-capture.xml
Documentation/DocBook/media/v4l/dev-codec.xml
Documentation/DocBook/media/v4l/dev-effect.xml
Documentation/DocBook/media/v4l/dev-event.xml
Documentation/DocBook/media/v4l/dev-osd.xml
... | ... | @@ -154,12 +154,4 @@ |
154 | 154 | however the framebuffer interface of the driver may support the |
155 | 155 | <constant>FBIOBLANK</constant> ioctl.</para> |
156 | 156 | </section> |
157 | - | |
158 | - <!-- | |
159 | -Local Variables: | |
160 | -mode: sgml | |
161 | -sgml-parent-document: "v4l2.sgml" | |
162 | -indent-tabs-mode: nil | |
163 | -End: | |
164 | - --> |
Documentation/DocBook/media/v4l/dev-output.xml
Documentation/DocBook/media/v4l/dev-overlay.xml
... | ... | @@ -369,12 +369,4 @@ |
369 | 369 | <para>To start or stop the frame buffer overlay applications call |
370 | 370 | the &VIDIOC-OVERLAY; ioctl.</para> |
371 | 371 | </section> |
372 | - | |
373 | - <!-- | |
374 | -Local Variables: | |
375 | -mode: sgml | |
376 | -sgml-parent-document: "v4l2.sgml" | |
377 | -indent-tabs-mode: nil | |
378 | -End: | |
379 | - --> |
Documentation/DocBook/media/v4l/dev-radio.xml
Documentation/DocBook/media/v4l/dev-raw-vbi.xml
Documentation/DocBook/media/v4l/dev-rds.xml
Documentation/DocBook/media/v4l/dev-sliced-vbi.xml
Documentation/DocBook/media/v4l/dev-teletext.xml
... | ... | @@ -27,12 +27,4 @@ |
27 | 27 | |
28 | 28 | <para>Modern devices all use the <link linkend="raw-vbi">raw</link> or |
29 | 29 | <link linkend="sliced">sliced</link> VBI API.</para> |
30 | - | |
31 | - <!-- | |
32 | -Local Variables: | |
33 | -mode: sgml | |
34 | -sgml-parent-document: "v4l2.sgml" | |
35 | -indent-tabs-mode: nil | |
36 | -End: | |
37 | - --> |
Documentation/DocBook/media/v4l/driver.xml
Documentation/DocBook/media/v4l/func-close.xml
Documentation/DocBook/media/v4l/func-ioctl.xml
Documentation/DocBook/media/v4l/func-mmap.xml
Documentation/DocBook/media/v4l/func-munmap.xml
Documentation/DocBook/media/v4l/func-open.xml
Documentation/DocBook/media/v4l/func-poll.xml
Documentation/DocBook/media/v4l/func-read.xml
Documentation/DocBook/media/v4l/func-select.xml
Documentation/DocBook/media/v4l/func-write.xml
Documentation/DocBook/media/v4l/io.xml
Documentation/DocBook/media/v4l/libv4l.xml
Documentation/DocBook/media/v4l/pixfmt-grey.xml
Documentation/DocBook/media/v4l/pixfmt-m420.xml
Documentation/DocBook/media/v4l/pixfmt-nv12.xml
Documentation/DocBook/media/v4l/pixfmt-nv12m.xml
Documentation/DocBook/media/v4l/pixfmt-nv12mt.xml
Documentation/DocBook/media/v4l/pixfmt-nv16.xml
Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml
Documentation/DocBook/media/v4l/pixfmt-packed-yuv.xml
Documentation/DocBook/media/v4l/pixfmt-sbggr16.xml
Documentation/DocBook/media/v4l/pixfmt-sbggr8.xml
Documentation/DocBook/media/v4l/pixfmt-sgbrg8.xml
Documentation/DocBook/media/v4l/pixfmt-sgrbg8.xml
Documentation/DocBook/media/v4l/pixfmt-uyvy.xml
Documentation/DocBook/media/v4l/pixfmt-vyuy.xml
Documentation/DocBook/media/v4l/pixfmt-y16.xml
Documentation/DocBook/media/v4l/pixfmt-y41p.xml
Documentation/DocBook/media/v4l/pixfmt-yuv410.xml
Documentation/DocBook/media/v4l/pixfmt-yuv411p.xml
Documentation/DocBook/media/v4l/pixfmt-yuv420.xml
Documentation/DocBook/media/v4l/pixfmt-yuv420m.xml
Documentation/DocBook/media/v4l/pixfmt-yuv422p.xml
Documentation/DocBook/media/v4l/pixfmt-yuyv.xml
Documentation/DocBook/media/v4l/pixfmt-yvyu.xml
Documentation/DocBook/media/v4l/pixfmt.xml
Documentation/DocBook/media/v4l/vidioc-enum-dv-presets.xml
Documentation/DocBook/media/v4l/vidioc-enum-fmt.xml
Documentation/DocBook/media/v4l/vidioc-enuminput.xml
Documentation/DocBook/media/v4l/vidioc-enumoutput.xml
Documentation/DocBook/media/v4l/vidioc-enumstd.xml
Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml
Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
Documentation/DocBook/media/v4l/vidioc-g-frequency.xml
Documentation/DocBook/media/v4l/vidioc-g-modulator.xml
Documentation/DocBook/media/v4l/vidioc-g-priority.xml
Documentation/DocBook/media/v4l/vidioc-g-std.xml
Documentation/DocBook/media/v4l/vidioc-g-tuner.xml
Documentation/DocBook/media/v4l/vidioc-querybuf.xml
Documentation/DocBook/media/v4l/vidioc-queryctrl.xml
Documentation/DocBook/media/v4l/vidioc-s-hw-freq-seek.xml