Skip to content

Commit

Permalink
docs: updated phpdoc 3
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Dec 27, 2022
1 parent 74eabb7 commit c80b372
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions phpdoc.dist.xml
@@ -1,25 +1,22 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>SoosyzeFramework</title>
<parser>
<target>build/phpDocumentor/cache</target>
<extensions>
<extension>php</extension>
</extensions>
</parser>
<transformer>
<target>build/phpDocumentor</target>
</transformer>
<logging>
<level>warn</level>
<paths>
<default>{APP_ROOT}/data/log/{DATE}.log</default>
<errors>{APP_ROOT}/data/log/{DATE}.errors.log</errors>
</paths>
</logging>
<files>
<directory>src</directory>
<ignore>vendor/*</ignore>
<ignore>tests/*</ignore>
</files>
</phpdoc>
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
>
<paths>
<output>build/phpDocumentor/api</output>
<cache>build/phpDocumentor/cache</cache>
</paths>
<version number="3.0.0">
<api>
<source dsn=".">
<path>src</path>
</source>

<visibility>public</visibility>
<visibility>protected</visibility>
</api>
</version>
</phpdocumentor>

0 comments on commit c80b372

Please sign in to comment.