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é