-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpdoc.xml
More file actions
32 lines (32 loc) · 952 Bytes
/
phpdoc.xml
File metadata and controls
32 lines (32 loc) · 952 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://www.phpdoc.org/schema/latest.xsd"
>
<paths>
<output>D:\1_Simplon\docs</output>
<source>
<dsn>D:\1_Simplon\simplon-php</dsn>
<path>./</path>
<ignore>
<path>vendor</path>
</ignore>
</source>
</paths>
<version>3</version>
<api>
<source dsn="D:\1_Simplon\simplon-php">
<path>./</path>
</source>
<extensions>
<extension>php</extension>
</extensions>
<visibility>public,protected,private</visibility>
<default-package-name>SimplOn</default-package-name>
<markers>
<marker>TODO</marker>
<marker>FIXME</marker>
</markers>
</api>
<template name="default"/>
</phpdocumentor>