~noskcaj/ubuntu/wily/epiphany-browser/merge

« back to all changes in this revision

Viewing changes to doc/reference/xml/annotation-glossary.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-10-24 10:31:13 UTC
  • mto: (120.1.2 experimental) (1.10.1) (105.1.14 sid)
  • mto: This revision was merged to the branch mainline in revision 120.
  • Revision ID: package-import@ubuntu.com-20121024103113-9oxzkdznk03km29m
Tags: upstream-3.6.1
ImportĀ upstreamĀ versionĀ 3.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE glossary PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
 
 
5
 
<glossary id="annotation-glossary">
6
 
  <title>Annotation Glossary</title>
7
 
<glossdiv><title>O</title>
8
 
    <glossentry>
9
 
      <glossterm><anchor id="annotation-glossterm-out"/>out</glossterm>
10
 
      <glossdef>
11
 
        <para>Parameter for returning results. Default is <acronym>transfer full</acronym>.</para>
12
 
      </glossdef>
13
 
    </glossentry>
14
 
</glossdiv>
15
 
<glossdiv><title>T</title>
16
 
    <glossentry>
17
 
      <glossterm><anchor id="annotation-glossterm-transfer full"/>transfer full</glossterm>
18
 
      <glossdef>
19
 
        <para>Free data after the code is done.</para>
20
 
      </glossdef>
21
 
    </glossentry>
22
 
    <glossentry>
23
 
      <glossterm><anchor id="annotation-glossterm-transfer none"/>transfer none</glossterm>
24
 
      <glossdef>
25
 
        <para>Don't free data after the code is done.</para>
26
 
      </glossdef>
27
 
    </glossentry>
28
 
</glossdiv>
29
 
</glossary>