Changeset 199

Show
Ignore:
Timestamp:
06/20/07 15:07:35 (1 year ago)
Author:
mrook
Message:

Fix call to setParseprivate (closes issue #119)

Files:

Legend:

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

    r169 r199  
    323323                 
    324324                if ($this->parsePrivate) { 
    325                         $phpdoc->parsePrivate(); 
     325                        $phpdoc->setParsePrivate(); 
    326326                } 
    327327