Changeset 169
- Timestamp:
- 03/06/07 20:26:03 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/tasks/ext/phpdoc/PhpDocumentorTask.php
r158 r169 165 165 */ 166 166 public function setParseprivate($parseprivate) { 167 $this->parse private = $parseprivate;167 $this->parsePrivate = $parseprivate; 168 168 } 169 169 … … 322 322 } 323 323 324 if ($this->parse private) {324 if ($this->parsePrivate) { 325 325 $phpdoc->parsePrivate(); 326 326 }
