Closed
Description
What steps will reproduce the problem?
When building the docs using ../basic/vendor/bin/apidoc api . ./docs --exclude="docs" --page-title="WeeSee/PdfLabel"
the docs generated look perfect but there is only one PHP file (TCPDFLabel.php
) included in the docs.
The directory:
-rw-rw-r-- 1 weesee weesee 7864 Jan 21 20:26 PdfLabel.php
-rw-rw-r-- 1 weesee weesee 1355 Jan 21 20:00 README.md
-rw-rw-r-- 1 weesee weesee 1108 Jan 21 20:41 TCPDFLabel.php
-rw-rw-r-- 1 weesee weesee 189 Jan 21 20:32 tools.md
What's expected?
I expect both PHP files (one class per file) in the docs.
What do you get instead?
I do ony get one PHP file (TCPDFLabel.php)
Additional info
Q | A |
---|---|
Yii vesion | "~2.0.13" |
Yii APIDoc version | "~2.1.0" |
PHP version | 7.0.22 |
Operating system | Ubuntu 16.04.3 LTS |