diff -r 0367d2db2c06 -r 72f198be1c1d crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.corecomponents/data/MATX.xml --- a/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.corecomponents/data/MATX.xml Tue Aug 24 12:16:27 2010 +0300 +++ b/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.corecomponents/data/MATX.xml Tue Aug 24 14:01:48 2010 +0300 @@ -17,7 +17,7 @@ 3 - <p>This panic is raised by <code>operator+=</code>, <code>operator-=</code> and <code>operator*=</code> of a <code class="ApiItem">TRealX</code>, when the the operands are invalid.</p><p>For <code>operator+=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number,</p> <p>the source operand is not a number,</p> <p>the target and the source operands are infinite and have different signs.</p> <p> For <code>operator-=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number, </p> <p>the source operand is not a number,</p> <p>the target and the source operands are infinite and have different signs</p> <p>For <code>operator*=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number, </p> <p>the source operand is not a number, </p> <p>the target operand is infinite and the source operand is zero </p> <p>the target operand is zero and the source operand is infinite.</p> <p>For <code>operator/=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number,</p> <p>the source operand is not a number,</p> <p>the target operand and the source operand are both infinite,</p> <p>the target operand and the source operand are both zero.</p> + <p>This panic is raised by <code>operator+=</code>, <code>operator-=</code> and <code>operator*=</code> of a <code class="ApiItem" >TRealX</code>, when the the operands are invalid.</p> <p>For <code>operator+=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p> the target operand is not a number </p> </li> <li> <p>the source operand is not a number</p> </li> <li> <p>the target and the source operands are infinite and have different signs.</p> </li> </ul> <p> For <code>operator-=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p>the target operand is not a number </p> </li> <li> <p>the source operand is not a number</p> </li> <li> <p>the target and the source operands are infinite and have different signs</p> </li> </ul> <p>For <code>operator*=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p>the target operand is not a number </p> </li> <li> <p>the source operand is not a number </p> </li> <li> <p>the target operand is infinite and the source operand is zero </p> </li> <li> <p>the target operand is zero and the source operand is infinite.</p> </li> </ul> <p>For <code>operator/=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p>the target operand is not a number</p> </li> <li> <p>the source operand is not a number</p> </li> <li> <p>the target operand and the source operand are both infinite</p> </li> <li> <p>the target operand and the source operand are both zero.</p> </li> </ul> 4