WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
omnipay
/
common
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CONTRIBUTING.md
Edit
LICENSE
Edit
README.md
Edit
composer.json
Edit
makedoc.sh
Edit
phpunit.xml.dist
Edit
src
tests
Editing: makedoc.sh
#!/bin/sh mkdir -p ./reports mkdir -p ./documents/apigen if [ -z "$1" ]; then apigen generate \ --title 'Onmipay Common API documentation' \ --source ./src \ --destination ./documents/apigen # # Left here for further expansion, ignore this for the time being. # elif [ "$1" = "common" ]; then apigen generate \ --title 'Omnipay Common API documentation' \ --source ./src/Omnipay/Common \ --destination ./documents/apigen fi