We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1b262 commit 493684bCopy full SHA for 493684b
.gitignore
@@ -9,4 +9,5 @@ sample/*/cache/
9
composer.lock
10
11
docs/
12
-.phpdoc/
+.phpdoc/
13
+phpDocumentor*
DEVELOPING.md
@@ -22,7 +22,10 @@ This project's tests are written as PHPUnit test cases. Common tasks:
22
23
### Building docs
24
25
-Install [PhpDocumentor](https://docs.phpdoc.org/). Then run `php phpDocumentor.phar --config phpdoc.dist.xml`.
+Install [PhpDocumentor](https://docs.phpdoc.org/). Add it to the project root directory.
26
+Then run `php phpDocumentor.phar --config phpdoc.dist.xml`.
27
+
28
+The current reference docs were built with PhpDocumentor 3.3.0.
29
30
### Releasing
31
0 commit comments