1<refentry id="{$id}">
2   <refnamediv>
3    <refname>Package {$package} Constants</refname>
4    <refpurpose>Constants defined in and used by {$package}</refpurpose>
5   </refnamediv>
6   <refsect1 id="{$id}.details">
7    <title>All Constants</title>
8{section name=files loop=$defines}
9    <refsect2 id="{$id}.details.{$defines[files].page}">
10     <title>
11      Constants defined in {$defines[files].name}
12     </title>
13     <para>
14      <table>
15       <title>Constants defined in {$defines[files].name}</title>
16{section name=d loop=$defines[files].defines}
17{if $defines[files].defines[d].conflicts}{assign var="defineconflict" value=true}{/if}
18{/section}
19       <tgroup cols="{if $defineconflict}4{else}3{/if}">
20        <thead>
21         <row>
22          <entry>Name</entry>
23          <entry>Value</entry>
24          <entry>Line Number</entry>
25{if $defineconflict}
26          <entry>Conflicts with other packages</entry>
27{/if}
28 	     </row>
29        </thead>
30        <tbody>
31{section name=d loop=$defines[files].defines}
32         <row>
33          <entry>{$defines[files].defines[d].name}</entry>
34          <entry>{$defines[files].defines[d].value}</entry>
35          <entry>{$defines[files].defines[d].line_number}</entry>
36{if $defineconflict}
37          <entry>{$defines[files].defines[d].conflicts}</entry>
38{/if}
39         </row>
40{/section}
41        </tbody>
42       </tgroup>
43      </table>
44     </para>
45    </refsect2>
46{/section}
47 </refsect1>
48</refentry>
49<!-- Generated by phpDocumentor v {$phpdocversion} {$phpdocwebsite} -->
50<!-- Keep this comment at the end of the file
51Local variables:
52mode: sgml
53sgml-omittag:t
54sgml-shorttag:t
55sgml-minimize-attributes:nil
56sgml-always-quote-attributes:t
57sgml-indent-step:1
58sgml-indent-data:t
59sgml-parent-document:nil
60sgml-default-dtd-file:"../../../../manual.ced"
61sgml-exposed-tags:nil
62sgml-local-catalogs:nil
63sgml-local-ecat-files:nil
64End:
65vim600: syn=xml fen fdm=syntax fdl=2 si
66vim: et tw=78 syn=sgml
67vi: ts=1 sw=1
68-->
69