Changeset 155

Show
Ignore:
Timestamp:
02/15/07 14:24:35 (2 years ago)
Author:
hans
Message:

References #76 - Renaming current phpdoc task

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/phing/tasks/ext/phpdoc/PhpDocumentorExternalTask.php

    r144 r155  
    2525/** 
    2626 * Task to run phpDocumentor. 
     27 *  
     28 * This classes uses the commandline phpdoc script to build documentation. 
    2729 * 
    2830 * @author Michiel Rook <michiel.rook@gmail.com> 
    2931 * @version $Id$ 
    3032 * @package phing.tasks.ext.phpdoc 
     33 * @deprecated This task is being replaced by the new PhpDocumentorTask 
    3134 */      
    32 class PHPDocumentorTask extends Task 
     35class PhpDocumentorExternalTask extends Task 
    3336{ 
    3437        /**