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 da30b7a + c11a61f commit c6ee5ecCopy full SHA for c6ee5ec
makedoc.sh
@@ -4,20 +4,17 @@ mkdir -p ./reports
4
mkdir -p ./documents/apigen
5
6
if [ -z "$1" ]; then
7
- apigen \
+ apigen generate \
8
--title 'Onmipay Common API documentation' \
9
--source ./src \
10
- --destination ./documents/apigen \
11
- --report ./reports/apigen.xml
+ --destination ./documents/apigen
12
13
#
14
# Left here for further expansion, ignore this for the time being.
15
16
elif [ "$1" = "common" ]; then
17
18
--title 'Omnipay Common API documentation' \
19
--source ./src/Omnipay/Common \
20
21
22
-
23
fi
0 commit comments