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.
2 parents c5eaa09 + 35b2563 commit a79a336Copy full SHA for a79a336
README.md
@@ -83,6 +83,15 @@ Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v
83
phpunit tests/KiteConnectTest.php
84
```
85
86
+## Generate documentation
87
+
88
+```
89
+$ apt-get install wget
90
+$ wget https://phpdoc.org/phpDocumentor.phar
91
+$ chmod +x phpDocumentor.phar
92
+$ ./phpDocumentor.phar run -d ./src/ -t ./doc/
93
94
95
## Changelog
96
97
[Check CHANGELOG.md](CHANGELOG.md)
0 commit comments