Update of /cvsroot/boost/boost/libs/numeric/ublas/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11847

Modified Files:
        iterator_concept.htm 
Log Message:
* fixed wrong markup


Index: iterator_concept.htm
===================================================================
RCS file: /cvsroot/boost/boost/libs/numeric/ublas/doc/iterator_concept.htm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- iterator_concept.htm        18 Jul 2005 07:39:12 -0000      1.7
+++ iterator_concept.htm        16 Apr 2007 22:28:13 -0000      1.8
@@ -254,12 +254,12 @@
 and<br />
 <code>it.index () &lt; it ().size ()</code></td>
 <td>If <code>it1 == it2</code>,<br />
-then <code>it1.index () == it2</code>.<code>index ()</code>.<br />
+then <code>it1.index () == it2.index ()</code>.<br />
 If <code>it1 == it2</code>,<br />
-then <code>it1.index () &lt; (++ it2</code>).<code>index
+then <code>it1.index () &lt; (++ it2).index
 ()</code>.<br />
 If <code>it1 == it2</code>,<br />
-then <code>it1.index () &gt; (-- it2</code>).<code>index
+then <code>it1.index () &gt; (-- it2).index
 ()</code>.</td>
 </tr>
 </tbody>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to