Skip to content

Commit ac66cb6

Browse files
committed
Doc website: update the phpDocumentor configuration
... after recent fixes in phpDocumentor3.
1 parent ce90dbf commit ac66cb6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ vendor/
44
/composer.lock
55
/.phpcs.xml
66
/phpcs.xml
7+
/.phpdoc.xml
78
/phpdoc.xml
89
/phpunit.xml
910
/.phpunit.result.cache

phpdoc.dist.xml renamed to .phpdoc.xml.dist

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
configVersion="3"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns="https://www.phpdoc.org"
6-
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
6+
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
77
>
88

99
<title>PHPCSUtils</title>
@@ -19,6 +19,15 @@
1919
<path>phpcsutils-autoload.php</path>
2020
<path>PHPCSUtils</path>
2121
</source>
22+
<ignore hidden="true" symlinks="true">
23+
<path>PHPCSUtils/Internal/**/*</path>
24+
</ignore>
25+
<visibility>public</visibility>
26+
<visibility>protected</visibility>
27+
<ignore-tags>
28+
<ignore-tag>codeCoverageIgnore</ignore-tag>
29+
<ignore-tag>phpcs</ignore-tag>
30+
</ignore-tags>
2231
</api>
2332
</version>
2433

0 commit comments

Comments
 (0)