Changeset 157
- Timestamp:
- 02/15/07 14:27:06 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/tasks/ext/phpdoc/PhpDocumentorTask.php
r156 r157 28 28 * @author Hans Lellelid <hans@xmpl.org> 29 29 * @author Michiel Rook <michiel.rook@gmail.com> 30 * @version $Id : PHPDocumentorTask.php 144 2007-02-05 15:19:00Z hans$30 * @version $Id$ 31 31 * @package phing.tasks.ext.phpdoc 32 32 */ 33 class Ph PDocumentorTask extends Task33 class PhpDocumentorTask extends Task 34 34 { 35 35
