Changeset 71


Ignore:
Timestamp:
05/23/06 09:21:08 (4 years ago)
Author:
mrook
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.