mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
fix phpdoc parameters for newer releases
This commit is contained in:
parent
c090f8d27f
commit
ee151ad29d
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ $ sudo pear install phpdoc/phpDocumentor
|
|||
To generate the documentation, change into the main directory and run phpdoc:
|
||||
```console
|
||||
$ cd PrivateBin
|
||||
$ phpdoc --visibility public,protected,private -t doc/phpdoc -d lib/
|
||||
$ phpdoc --visibility=public,protected,private --target=doc/phpdoc --directory=lib/
|
||||
```
|
||||
|
||||
**Note:** When used with PHP 7, the prerelease of phpDocumentator 2.9 needs to be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue