diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:15:21 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:15:21 -0500 |
commit | 5f97e91d0017b93369d3ddc7e7354a8f285bf336 (patch) | |
tree | 0a340347ff7d0532e0e5862d5391eaaa7a92575e /docs/reference/xml/annotation-glossary.xml | |
parent | 3c0119b757b0c9f449d944e4423ff7d8ec723eaf (diff) | |
parent | 22fbdf6340b9b4e233c033e20009d2c65d18c804 (diff) | |
download | libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.tar.gz libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.tar.bz2 libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.zip |
releasing version 0.2.96-0ubuntu10.2.96-0ubuntu1
Diffstat (limited to 'docs/reference/xml/annotation-glossary.xml')
-rw-r--r-- | docs/reference/xml/annotation-glossary.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/reference/xml/annotation-glossary.xml b/docs/reference/xml/annotation-glossary.xml new file mode 100644 index 0000000..f0417a4 --- /dev/null +++ b/docs/reference/xml/annotation-glossary.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<!DOCTYPE glossary PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ + <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> +]> + +<glossary id="annotation-glossary"> + <title>Annotation Glossary</title> +<glossdiv><title>T</title> + <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> |