-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.xml
33 lines (33 loc) · 2.12 KB
/
template.xml
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
<?xml version="1.0" encoding="utf-8"?>
<template>
<name>prado-phpdoc-template</name>
<author>Fabio Bas</author>
<email>[email protected]</email>
<version>1.0.0</version>
<transformations>
<transformation writer="FileIo" query="copy" source="css" artifact="css" />
<transformation writer="FileIo" query="copy" source="imgs" artifact="imgs" />
<transformation writer="FileIo" query="copy" source="js" artifact="js" />
<transformation writer="twig" query="indexes.classes" source="class.html.twig" />
<transformation writer="twig" source="search/search.js.twig" artifact="js/search.js" />
<transformation writer="twig" source="search/searchIndex.js.twig" artifact="js/searchIndex.js" />
<transformation writer="twig" source="reports/errors.html.twig" artifact="reports/errors.html" />
<transformation writer="twig" source="reports/deprecated.html.twig" artifact="reports/deprecated.html" />
<transformation writer="twig" source="reports/markers.html.twig" artifact="reports/markers.html" />
<transformation writer="twig" source="index.html.twig" artifact="index.html"/>
<transformation writer="twig" source="namespaces.html.twig" artifact="namespaces.html"/>
<transformation writer="twig" query="indexes.namespaces" source="namespace.html.twig" />
<transformation writer="twig" query="indexes.interfaces" source="interface.html.twig" />
<transformation writer="twig" query="indexes.traits" source="trait.html.twig" />
<!--
<transformation writer="sourcecode" query="files" source="templates/default/source/file.source.txt.twig" artifact="files/{{path}}.txt" />
<transformation writer="twig" query="files" source="templates/default/file.html.twig" />
<transformation writer="twig" query="indexes.enums" source="templates/default/enum.html.twig" />
<transformation writer="twig" query="indexes.traits" source="templates/default/trait.html.twig" />
<transformation writer="twig" source="templates/default/indices/files.html.twig" artifact="indices/files.html" />
-->
</transformations>
<parameters>
<parameter key="twig-debug">true</parameter>
</parameters>
</template>