File: phpdoc.dist.xml

package info (click to toggle)
libphp-adodb 5.22.10-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: php: 35,671; xml: 80; sql: 32; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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://docs.phpdoc.org/latest/phpdoc.xsd"
>
	<paths>
		<output>docs/api</output>
		<cache>docs/cache</cache>
	</paths>
	<version number="latest">
		<api>
			<source dsn=".">
			</source>
			<ignore>
				<path>scripts</path>
				<path>tests</path>
				<path>vendor/**/*</path>
				<path>xsl</path>
			</ignore>
		</api>
	</version>
</phpdocumentor>