-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathphpdoc.xml
39 lines (38 loc) · 1 KB
/
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
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ TERYT-API
~
~ Copyright (c) 2017 pudelek.org.pl
~
~ For the full copyright and license information, please view source file
~ that is bundled with this package in the file LICENSE
~
~ Author Marcin Pudełek <[email protected]>
~
-->
<phpdoc>
<title>mrcnpdlk/teryt-api</title>
<parser>
<target>doc</target>
<encoding>utf8</encoding>
<markers>
<item>TODO</item>
<item>FIXME</item>
</markers>
<extensions>
<extension>php</extension>
<extension>php3</extension>
<extension>phtml</extension>
</extensions>
<visibility></visibility>
</parser>
<transformer>
<target>doc</target>
</transformer>
<transformations>
<template name="vendor/cvuorinen/phpdoc-markdown-public/data/templates/markdown-public" />
</transformations>
<files>
<directory>src/mrcnpdlk</directory>
</files>
</phpdoc>