minor tweaks

This commit is contained in:
mes5k 2004-10-22 01:58:43 +00:00
parent 403c23972a
commit 0f006d4b94

View File

@ -464,8 +464,8 @@ xorAdd(). This means that exactly one of the <b>Arg</b>s must be
set and no more.<br />
<br />
xorAdd() comes in two flavors, either xorAdd(Arg&amp; a, Arg&amp;
b) to add just two <b>Arg</b>s to be xor'd and xorAdd( vector&lt;
Arg* &gt; xorList ) to add more than two <b>Arg</b>s.
b) to add just two <b>Arg</b>s to be xor'd and xorAdd( vector&lt;Arg*&gt;
xorList ) to add more than two <b>Arg</b>s.
<pre>