forked from chdemko/php-bitarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
Mor
9C59
e file actions
33 lines (33 loc) · 761 Bytes
/
phpdoc.dist.xml
File metadata and controls
33 lines (33 loc) · 761 Bytes
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" ?>
<phpdocumentor>
<title>BitArray</title>
<parser>
<default-package-name>Default</default-package-name>
<encoding>utf-8</encoding>
<target>build/output</target>
<markers>
<item>TODO</item>
<item>FIXME</item>
</markers>
<extensions>
<extension>php</extension>
<extension>php3</extension>
<extension>phtml</extension>
</extensions>
<visibility></visibility>
</parser>
<files>
<ignore-hidden>true</ignore-hidden>
<ignore-symlinks>true</ignore-symlinks>
<directory>src</directory>
</files>
<transformer>
<target>build/api</target>
</transformer>
<logging>
<level>error</level>
</logging>
<transformations>
<template name="responsive" />
</transformations>
</phpdocumentor>