aidan Sat Oct 2 22:36:29 2004 EDT
Modified files: /phpdoc/en/language/oop5 reflection.xml Log: Put screen within example tag and used &example.outputs; (tested) http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/language/oop5/reflection.xml diff -u phpdoc/en/language/oop5/reflection.xml:1.4 phpdoc/en/language/oop5/reflection.xml:1.5 --- phpdoc/en/language/oop5/reflection.xml:1.4 Sat Oct 2 08:35:55 2004 +++ phpdoc/en/language/oop5/reflection.xml Sat Oct 2 22:36:27 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <sect1 id="language.oop5.reflection"> <title>Reflection</title> <sect2 id="language.oop5.reflection.introduction"> @@ -48,9 +48,8 @@ ?> ]]> </programlisting> - </example> - The above example will output: - <screen> + &example.outputs; + <screen> <![CDATA[ Class [ <internal> class Exception ] { @@ -102,7 +101,8 @@ } } ]]> - </screen> + </screen> + </example> </para> </sect2>