File: annotation-glossary.xml

package info (click to toggle)
libindicate 0.6.92-2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 3,232 kB
  • ctags: 1,076
  • sloc: sh: 11,407; ansic: 5,175; xml: 1,491; makefile: 902; python: 96; cs: 35
file content (45 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<!DOCTYPE glossary PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<glossary id="annotation-glossary">
  <title>Annotation Glossary</title>
<glossdiv><title>A</title>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-array"/>array</glossterm>
      <glossdef>
        <para>Parameter points to an array of items.</para>
      </glossdef>
    </glossentry>
</glossdiv>
<glossdiv><title>E</title>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-element-type"/>element-type</glossterm>
      <glossdef>
        <para>Generics and defining elements of containers and arrays.</para>
      </glossdef>
    </glossentry>
</glossdiv>
<glossdiv><title>I</title>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-in"/>in</glossterm>
      <glossdef>
        <para>Parameter for input. Default is <acronym>transfer none</acronym>.</para>
      </glossdef>
    </glossentry>
</glossdiv>
<glossdiv><title>T</title>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-transfer full"/>transfer full</glossterm>
      <glossdef>
        <para>Free data after the code is done.</para>
      </glossdef>
    </glossentry>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-transfer none"/>transfer none</glossterm>
      <glossdef>
        <para>Don't free data after the code is done.</para>
      </glossdef>
    </glossentry>
</glossdiv>
</glossary>