or escape it:
<programlisting><canvas> ...<programlisting>
This is sometimes a better choice because then you can have other tags
in your example code, like <emphasis>.
On May 20, 2008, at 4:47 PM, P T Withington wrote:
Maybe if you enclose your example code:
<programlisting><![CDATA[ ... example ... ]]></programlisting>
At least that's what I do in LFC doc comments.
On 2008-05-20, at 16:39 EDT, André Bargull wrote:
<!--- an array of events which will activate tracking. By default:
['onmousedown']. To override, you must declare as once. For
example:
<br/> <attribute name="activateevents"
value="['onmouseover']" when="once"/>
-->
How do I need to doc this properly? Currently everything after
"example:" is omitted. (btw, this is the doc for
"basetrackgroup#activateevents".)
- André