Hello Thomas,
@@ -53,7 +53,7 @@ </example> </para> <para> - The above examples would produce the following output: + The above example would produce the following output: </para> <screen> <![CDATA[
According to our documentation style (http://doc.php.net/php/dochowto/part-working-in-phpdoc.php) you should use the &example.outputs; or &example.outputs.similar; entities where appropriate (like here).
Their value is: <!ENTITY example.outputs '<para>The above example will output:</para>'>
<!ENTITY example.outputs.similar '<para>The above example will output something similar to:</para>'>
Nuno