-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpdoc.xml
33 lines (33 loc) · 1008 Bytes
/
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
<?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://github.com/phpDocumentor/phpDocumentor/blob/master/data/xsd/phpdoc.xsd"
>
<title>PSSH - PHP SSH Configuration Management Tool</title>
<paths>
<output>docs</output>
<cache>docs/.cache</cache>
</paths>
<version number="1.4.2">
<api>
<source>
<path>.</path>
</source>
<ignore>
<path>docs</path>
<path>src/pkg/sample.php</path>
<path>tests</path>
</ignore>
<include-source>true</include-source>
</api>
</version>
<template name="clean" />
<!--
<template name="clean" />
<template name="default" />
<template name="responsive-twig" />
<template name="xml" />
-->
</phpdocumentor>