diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-13 20:13:17 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-13 20:13:17 -0200 |
commit | adff0f37dc0f0ab48850eaad267223c634e975a2 (patch) | |
tree | c6aa3e259581abeb64eb7590b29a60354ec5a5ee /v4l2-spec/TEMPLATES | |
parent | e2b4212172d81f17f5e4741766f032d06e83ce4f (diff) | |
parent | f25ebd42bbb82866dfbbba5b7bfc651315fa6416 (diff) | |
download | mediapointer-dvb-s2-adff0f37dc0f0ab48850eaad267223c634e975a2.tar.gz mediapointer-dvb-s2-adff0f37dc0f0ab48850eaad267223c634e975a2.tar.bz2 |
merge: http://linuxtv.org/hg/~tap/bttv
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/TEMPLATES')
-rw-r--r-- | v4l2-spec/TEMPLATES | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/v4l2-spec/TEMPLATES b/v4l2-spec/TEMPLATES new file mode 100644 index 000000000..31aa64289 --- /dev/null +++ b/v4l2-spec/TEMPLATES @@ -0,0 +1,90 @@ +These are templates for various tables. Happy copy-and-pasting! + +cs-str; are colspecs for a struct table +cs-ustr; are colspecs for a struct table with substructs (four columns) +cs-def; are colspecs for a defines or enums table + +<table pgwide="1" frame="none" id="v4l2-"> + <title>struct <structname>v4l2_</structname></title> + <tgroup cols="3"> + &cs-str; + <tbody valign="top"> + <row> + <entry></entry> + <entry><structfield></structfield></entry> + <entry></entry> + </row> + </tbody> + </tgroup> +</table> + +<table pgwide="1" frame="none" id="v4l2-"> + <title>struct <structname>v4l2_</structname></title> + <tgroup cols="4"> + &cs-ustr; + <tbody valign="top"> + <row> + <entry>type</entry> + <entry><structfield>name</structfield></entry> + <entry></entry> + <entry>descr</entry> + </row> + <row> + <entry></entry> + <entry>type</entry> + <entry><structfield>name</structfield></entry> + <entry>descr</entry> + </row> + </tbody> + </tgroup> +</table> + +<table pgwide="1" frame="none" id="v4l2-"> + <title>enum v4l2_</title> + <tgroup cols="3"> + &cs-def; + <tbody valign="top"> + <row> + <entry><constant></constant></entry> + <entry>1</entry> + <entry></entry> + </row> + </tbody> + </tgroup> +</table> + +<table pgwide="1" frame="none" id=""> + <title> Flags</title> + <tgroup cols="3"> + &cs-def; + <tbody valign="top"> + <row> + <entry><constant>V4L2_</constant></entry> + <entry>0x</entry> + <entry></entry> + </row> + </tbody> + </tgroup> +</table> + +<figure id="banana"> + <title>Banana Example</title> + <mediaobject> + <imageobject> + <imagedata fileref="banana.gif" format="gif"> + </imageobject> + <textobject> + <phrase>A banana</phrase> + </textobject> + </mediaobject> +</figure> + +For EMACS, put that at the end of each sgml file. + +<!-- +Local Variables: +mode: sgml +sgml-parent-document: "v4l2.sgml" +indent-tabs-mode: nil +End: +--> |