Modify ↓
Ticket #31 (closed defect: fixed)
After upgrading to phpDocumentor 1.3.0 RC6 <phpdoc> does not work anymore
| Reported by: | norman@… | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.2.0 |
| Component: | Version: | 2.2.0RC1 | |
| Keywords: | phpdoc | Cc: |
Description
Hi folks,
after upgrading from phpDocumentor 1.3.0RC5 to RC6 the following line:
<phpdoc title="OpenDocumentPHP" destdir="docs/${release}"
sourcepath="src" output="HTML:Smarty:PHP" linksource="true"/>
doesn't work any more. After a downgrade, everything works again. Maybe something in RC6 has changed? I couldn't investigate any further right now.
Thanks, Norman
Attachments
Change History
comment:2 Changed 6 years ago by mrook
- Status changed from new to closed
- Resolution set to invalid
This was fixed in 2.2.0RC2
comment:3 Changed 6 years ago by mrook
Forgive me, this bug was not fixed in 2.2.0RC2, but in r61 (which will be either 2.2.0RC3 or 2.2.0 final)
Note: See
TracTickets for help on using
tickets.

After playing around if found out that in 1.3.0RC& you have to say "-q on" instead of "-q" for a quit output. So changing PHPDocumentorTask.php to ...
...
will do it for me. Haven't checked earlier releases ...
Norman