summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/options.ini
blob: cdb08f3826b99d23204f10b7b248691b004b206f (plain)
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
;; XML DocBook peardoc2 options
usepear = true

;; preserve package page docbook tags that don't have an entry in the ppage section
;; we preserve every tag, as this is how it works
;; this is after all a docbook converter!
preservedocbooktags = true

;; separate file for class and page docblocks and minor details (variables, globals, defines)
separatepage = true

[typechanging]
true = &true;
false = &false;
null = &null;

[desctranslate]
ul = "\n<itemizedlist>"
/ul = "</itemizedlist>\n"
ol = "\n<orderedlist>"
/ol = "</orderedlist>\n"
li = "\n<listitem><para>"
/li = "</para></listitem>\n"
code = <programlisting role="php-highlighted">
/code = "</programlisting>\n"
pre = <![CDATA[
/pre = ]]>
p = <para>
/p = "</para>\n"
b = <emphasis>
/b = </emphasis>
i = <important>
/i = </important>
var = <varname>
/var = </varname>
kbd = <screen>
/kbd = </screen>
samp = <example>
/samp = "</example>\n"