Changeset 170
- Timestamp:
- 03/06/07 22:04:58 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r123 r170 311 311 <pre> 312 312 <condition property="isMacOrWindows"> 313 < and>313 <or> 314 314 <os family="mac"/> 315 315 <os family="windows"/> 316 </ and>316 </or> 317 317 </condition> 318 318 </pre> trunk/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html
r168 r170 498 498 <h2><a name="PhpDocumentorTask"></a>PhpDocumentorTask</h2> 499 499 <p>This task runs <a href="http://www.phpdoc.org/" 500 target="_blank">phpDocumentor</a>, a auto-documentation tool for PHP500 target="_blank">phpDocumentor</a>, an auto-documentation tool for PHP 501 501 similar to Javadoc.</p> 502 502 <h3>Attributes</h3>
