Changeset 155
- Timestamp:
- 02/15/07 14:24:35 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/tasks/ext/phpdoc/PhpDocumentorExternalTask.php
r144 r155 25 25 /** 26 26 * Task to run phpDocumentor. 27 * 28 * This classes uses the commandline phpdoc script to build documentation. 27 29 * 28 30 * @author Michiel Rook <michiel.rook@gmail.com> 29 31 * @version $Id$ 30 32 * @package phing.tasks.ext.phpdoc 33 * @deprecated This task is being replaced by the new PhpDocumentorTask 31 34 */ 32 class P HPDocumentorTask extends Task35 class PhpDocumentorExternalTask extends Task 33 36 { 34 37 /**
