Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?xml version="1.0" encoding="UTF-8" ?>
2
<phpdocumentor
3
	configVersion="3"
4
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
	xmlns="https://www.phpdoc.org"
6
	xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
7
>
8
	<paths>
9
		<output>docs/api</output>
10
		<cache>docs/cache</cache>
11
	</paths>
12
	<version number="latest">
13
		<api>
14
			<source dsn=".">
15
			</source>
16
			<ignore>
17
				<path>scripts</path>
18
				<path>tests</path>
19
				<path>vendor/**/*</path>
20
				<path>xsl</path>
21
			</ignore>
22
		</api>
23
	</version>
24
</phpdocumentor>