~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to docs/reference/glib/gtester-report.xml

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="gtester-report">
 
2
 
 
3
<refmeta>
 
4
<refentrytitle>gtester-report</refentrytitle>
 
5
<manvolnum>1</manvolnum>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>gtester-report</refname>
 
10
<refpurpose>test report formatting utility</refpurpose>
 
11
</refnamediv>
 
12
 
 
13
<refsynopsisdiv>
 
14
<cmdsynopsis>
 
15
<command>gtester-report</command>
 
16
<arg choice="opt" rep="repeat">option</arg>
 
17
<arg>gtester-log</arg>
 
18
</cmdsynopsis>
 
19
</refsynopsisdiv>
 
20
 
 
21
<refsect1><title>Description</title>
 
22
<para><command>gtester-report</command> is a script which converts
 
23
the XML output generated by gtester into HTML.
 
24
</para>
 
25
 
 
26
<refsect2><title>Options</title>
 
27
<variablelist>
 
28
 
 
29
<varlistentry>
 
30
<term><option>-h</option>, <option>--help</option></term>
 
31
<listitem><para>
 
32
print help and exit
 
33
</para></listitem>
 
34
</varlistentry>
 
35
 
 
36
<varlistentry>
 
37
<term><option>-v</option>, <option>--version</option></term>
 
38
<listitem><para>
 
39
print version information and exit
 
40
</para></listitem>
 
41
</varlistentry>
 
42
 
 
43
</variablelist>
 
44
</refsect2>
 
45
</refsect1>
 
46
 
 
47
<refsect1><title>See also</title>
 
48
<para>
 
49
<command>gtester</command>(1)
 
50
</para>
 
51
</refsect1>
 
52
</refentry>
 
53
 
 
54