Skip to content

Commit 493684b

Browse files
committed
Info on generating phpdocs
1 parent 7c1b262 commit 493684b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ sample/*/cache/
99
composer.lock
1010

1111
docs/
12-
.phpdoc/
12+
.phpdoc/
13+
phpDocumentor*

DEVELOPING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ This project's tests are written as PHPUnit test cases. Common tasks:
2222

2323
### Building docs
2424

25-
Install [PhpDocumentor](https://docs.phpdoc.org/). Then run `php phpDocumentor.phar --config phpdoc.dist.xml`.
25+
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.
2629

2730
### Releasing
2831

0 commit comments

Comments
 (0)