Skip to content

Commit 90775f1

Browse files
committed
1 parent a4ff33a commit 90775f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/Readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Auto generated API documentation
2+
3+
The API documentation can be auto generated with [phpDocumentor](https://www.phpdoc.org/).
4+
There is an [online version available](https://chillerlan.github.io/php-qrcode/) via the [gh-pages branch](https://github.com/chillerlan/php-qrcode/tree/gh-pages) that is [automatically deployed](https://github.com/chillerlan/php-qrcode/deployments) on each push to master.
5+
6+
Locally created docs will appear in this directory. If you'd like to create local docs, please follow these steps:
7+
8+
- [download phpDocumentor](https://github.com/phpDocumentor/phpDocumentor/releases) v3+ as .phar archive
9+
- run it in the repository root directory:
10+
- on Windows `c:\path\to\php.exe c:\path\to\phpDocumentor.phar --config=phpdoc.xml`
11+
- on Linux just `php /path/to/phpDocumentor.phar --config=phpdoc.xml`
12+
- open [index.html](./index.html) in a browser
13+
- profit!

0 commit comments

Comments
 (0)