First: I tried real hard to create a ticket in the issue-tracker, but
was told by the system that it was considered spam :-(

So here is a the bug report I tried to file:

Priority: Trivial
Component: Documentation
Milestone: 2.3.0
Version: 2.3.0beta1

The typographical errors are found in the following file starting on
line 818, [http://phing.info/trac/browser/trunk/docs/phing_guide/book/
chapters/appendixes/AppendixC-OptionalTasks.html#L818 AppendixC-
OptionalTasks.html#L818]

The example under PhpDocumentorTask in the documentation misses
closing backslash on each of the four include-elements.
Furthermore, the 'sourcepath' attribute on the phpdoc element does not
exist; the attribute is called 'sourcecode' and should be set to 'no'

A working example should look like this:

{{{
<phpdoc title="API Documentation"
  destdir="apidocs"
  sourcecode="no"
  output="HTML:Smarty:PHP">
  <fileset dir="./Tests" >
    <include name="**/*.php" />
  </fileset>
  <projdocfileset dir="." >
    <include name="README" />
    <include name="INSTALL" />
    <include name="CHANGELOG" />
  </projdocfileset>
</phpdoc>
}}}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to