Ticket #143 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

Example for PhpDocumentor task has typographical errors and a wrong attribute.

Reported by: kasperligaard@gmail.com Assigned to: hans
Priority: trivial Milestone: 2.3.0
Component: documentation Version: 2.3.0beta1
Keywords: Cc: kasperligaard@gmail.com

Description

The typographical errors are found in the following file starting on line 818, 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>

Attachments

Change History

08/29/07 19:20:13 changed by hans

  • status changed from new to assigned.

Thank you for these corrections!

09/10/07 15:20:15 changed by mrook

  • status changed from assigned to closed.
  • resolution set to fixed.

Committed in r239, thanks!


Add/Change #143 (Example for PhpDocumentor task has typographical errors and a wrong attribute.)




Action