-
Notifications
You must be signed in to change notification settings - Fork 24
/
phpdoc.xml
50 lines (50 loc) · 2.17 KB
/
phpdoc.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
>
<title>Exponent v2.7.2</title>
<paths>
<output>../exponent-api3</output>
<cache>../exponent-api3/cache</cache>
</paths>
<version number="2.7.2">
<api format="php">
<source dsn=".">
<path>.</path>
<path>themes/bootstrap3theme</path>
<path>themes/bootstrap4theme</path>
<path>themes/bootstrap5theme</path>
<path>themes/simpletheme</path>
</source>
<ignore hidden="true" symlinks="true">
<path>cron/**/*</path>
<path>external/**/*</path>
<path>files/**/*</path>
<path>tmp/**/*</path>
<path>themes/**/*</path>
<path>framework/conf/data/extra_phrases.php</path>
<path>framework/core/subsystems/database/adodb.php</path>
<path>framework/core/subsystems/database/mysqlid.php</path>
<path>framework/core/subsystems/database/postgres.php</path>
<path>framework/core/lang/**/*</path>
<path>framework/modules/pixidou/**/*</path>
<path>framework/modules/twitter/models/Twitter.php</path>
<path>framework/modules/sharedcore/**/*</path>
<path>framework/modules/ecommerce/shippingcalculators/tablewithcharges.php</path>
<path>framework/modules/ecommerce/billingcalculators/ezic.php</path>
<path>framework/modules/ecommerce/billingcalculators/ezic/**/*</path>
</ignore>
<extensions>
<extension>php</extension>
</extensions>
<default-package-name>Framework</default-package-name>
<markers>
<marker>TODO</marker>
<marker>FIXME</marker>
</markers>
</api>
</version>
</phpdocumentor>