Changeset 71

Show
Ignore:
Timestamp:
05/23/06 07:21:08 (2 years ago)
Author:
mrook
Message:

Add 'on' toggle to two additional flags (really closes issue #31)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/classes/phing/tasks/ext/phpdoc/PHPDocumentorTask.php

    r66 r71  
    166166                if ($this->linksource) 
    167167                { 
    168                         $arguments.= "-s "; 
     168                        $arguments.= "-s on "; 
    169169                } 
    170170 
    171171                if ($this->parseprivate) 
    172172                { 
    173                         $arguments.= "-pp "; 
     173                        $arguments.= "-pp on "; 
    174174                } 
    175175