-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathphpdoc.xml
28 lines (28 loc) · 900 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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- =================================================
Copyright (C) 2022 The Trustees of Indiana University
SPDX-License-Identifier: BSD-3-Clause
================================================== -->
<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"
>
<title>PHPCap API</title>
<paths>
<output>docs/api</output>
<cache>cache</cache>
</paths>
<version number="3.0.0">
<api>
<source dsn=".">
<path>src</path>
</source>
<visibility>public</visibility>
<include-source>true</include-source>
</api>
</version>
<template name="default">
</template>
</phpdocumentor>