-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathphpdoc.xml
More file actions
50 lines (41 loc) · 1.38 KB
/
phpdoc.xml
File metadata and controls
50 lines (41 loc) · 1.38 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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://www.phpdoc.org/xml/xsd/phpdocumentor.xsd"
>
<paths>
<output>docs/api</output>
<cache>cache/phpdocumentor</cache>
</paths>
<version number="2.0.0">
<api format="php">
<source dsn=".">
<path>src</path>
</source>
<output format="html">
<directory>docs/api</directory>
</output>
<ignore hidden="true" symlinks="true">
<path>src/autoload.php</path>
<path>tests/*</path>
</ignore>
<extensions>
<extension>php</extension>
</extensions>
<default-package-name>Substrate\ScaleCodec</default-package-name>
<markers>
<marker>TODO</marker>
<marker>FIXME</marker>
</markers>
</api>
<guide format="rst">
<source dsn=".">
<path>docs/guides</path>
</source>
</guide>
</version>
<title>php-scale-codec API Documentation</title>
<template name="clean"/>
</phpdocumentor>