Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50648 - in sandbox/mp_math/libs/mp_math/doc: . html html/mp_int
From: baraclese_at_[hidden]
Date: 2009-01-16 18:57:57


Author: baraclese
Date: 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
New Revision: 50648
URL: http://svn.boost.org/trac/boost/changeset/50648

Log:
Fixed a small bug in the documentation.

Text files modified:
   sandbox/mp_math/libs/mp_math/doc/html/index.html | 7 +++----
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/bibliography.html | 9 ++++-----
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/implementation_notes.html | 1 -
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_reference.html | 35 +++++++++++++++++------------------
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_traits_reference.html | 3 +--
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/performance.html | 25 ++++++++++++-------------
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/primality_tests_reference.html | 13 ++++++-------
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/tutorial.html | 1 -
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_bits_reference.html | 5 ++---
   sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_reference.html | 5 ++---
   sandbox/mp_math/libs/mp_math/doc/mp_int.qbk | 2 +-
   11 files changed, 48 insertions(+), 58 deletions(-)

Modified: sandbox/mp_math/libs/mp_math/doc/html/index.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/index.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/index.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -27,10 +27,9 @@
 </h3></div></div>
 <div><p class="copyright">Copyright © 2008 - 2009 Kevin Sopp</p></div>
 <div><div class="legalnotice">
-<a name="id3102140"></a><p>
+<a name="id3115998"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></div>
 </div></div>
@@ -84,7 +83,7 @@
       are provided.
     </p>
 <a name="mp_int.introduction.acknowledgement"></a><h4>
-<a name="id3141691"></a>
+<a name="id3155549"></a>
       <a class="link" href="index.html#mp_int.introduction.acknowledgement">Acknowledgement</a>
     </h4>
 <p>
@@ -100,7 +99,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: January 16, 2009 at 23:54:32 GMT</small></p></td>
+<td align="left"><p><small>Last revised: January 17, 2009 at 00:01:17 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/bibliography.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/bibliography.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/bibliography.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -26,19 +26,19 @@
 <a name="mp_int.bibliography"></a><a class="link" href="bibliography.html" title="Bibliography">Bibliography</a>
 </h2></div></div></div>
 <a name="mp_int.bibliography.gmp__gnu_multiple_precision_arithmetic_library_"></a><h4>
-<a name="id3197812"></a>
+<a name="id3211532"></a>
       <a class="link" href="bibliography.html#mp_int.bibliography.gmp__gnu_multiple_precision_arithmetic_library_">GMP
       (GNU Multiple Precision Arithmetic Library)</a>
     </h4>
 <div class="itemizedlist"><ul type="disc"><li>http://gmplib.org/</li></ul></div>
 <a name="mp_int.bibliography.handbook_of_applied_cryptogtaphy"></a><h4>
-<a name="id3197847"></a>
+<a name="id3211567"></a>
       <a class="link" href="bibliography.html#mp_int.bibliography.handbook_of_applied_cryptogtaphy">Handbook
       of Applied Cryptogtaphy</a>
     </h4>
 <div class="itemizedlist"><ul type="disc"><li>http://www.cacr.math.uwaterloo.ca/hac/</li></ul></div>
 <a name="mp_int.bibliography.libtommath"></a><h4>
-<a name="id3197881"></a>
+<a name="id3211602"></a>
       <a class="link" href="bibliography.html#mp_int.bibliography.libtommath">libtommath</a>
     </h4>
 <div class="itemizedlist"><ul type="disc">
@@ -50,7 +50,7 @@
 </li>
 </ul></div>
 <a name="mp_int.bibliography.miller_rabin_primality_test"></a><h4>
-<a name="id3197947"></a>
+<a name="id3211667"></a>
       <a class="link" href="bibliography.html#mp_int.bibliography.miller_rabin_primality_test">Miller-Rabin
       Primality Test</a>
     </h4>
@@ -61,7 +61,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/implementation_notes.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/implementation_notes.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/implementation_notes.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -88,7 +88,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_reference.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_reference.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_reference.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -27,7 +27,7 @@
 <a name="mp_int.mp_int_reference"></a><a class="link" href="mp_int_reference.html" title="mp_int reference">mp_int reference</a>
 </h2></div></div></div>
 <a name="mp_int.mp_int_reference.synopsis"></a><h4>
-<a name="id3153688"></a>
+<a name="id3167547"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.synopsis">Synopsis</a>
     </h4>
 <pre class="programlisting"><span class="comment">// &lt;boost/mp_math/mp_int.hpp&gt;
@@ -472,7 +472,7 @@
 </span><span class="special">}</span> <span class="comment">// namespace boost
 </span></pre>
 <a name="mp_int.mp_int_reference.construction_from___assignment_to_a_string_object"></a><h4>
-<a name="id3169608"></a>
+<a name="id3183466"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.construction_from___assignment_to_a_string_object">Construction
       from / assignment to a string object</a>
     </h4>
@@ -497,7 +497,7 @@
 <li><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">ios_base</span><span class="special">::</span><span class="identifier">oct</span></code></li>
 </ul></div>
 <a name="mp_int.mp_int_reference.construct_copy_destroy_assign"></a><h4>
-<a name="id3169858"></a>
+<a name="id3183715"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.construct_copy_destroy_assign">Construct/Copy/Destroy/Assign</a>
     </h4>
 <pre class="programlisting"><span class="identifier">mp_int</span><span class="special">();</span>
@@ -916,7 +916,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.modifiers"></a><h4>
-<a name="id3173944"></a>
+<a name="id3187801"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.modifiers">Modifiers</a>
     </h4>
 <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">swap</span><span class="special">(</span><span class="identifier">mp_int</span><span class="special">&amp;&amp;</span> <span class="identifier">other</span><span class="special">);</span>
@@ -946,7 +946,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.increment_decrement"></a><h4>
-<a name="id3174161"></a>
+<a name="id3188018"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.increment_decrement">Increment/decrement</a>
     </h4>
 <pre class="programlisting"><span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">++();</span>
@@ -1040,7 +1040,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.shifting"></a><h4>
-<a name="id3174889"></a>
+<a name="id3188746"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.shifting">Shifting</a>
     </h4>
 <pre class="programlisting"><span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">&lt;&lt;=</span> <span class="special">(</span><span class="identifier">size_type</span> <span class="identifier">x</span><span class="special">);</span>
@@ -1084,7 +1084,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.unary_negate"></a><h4>
-<a name="id3175224"></a>
+<a name="id3189081"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.unary_negate">Unary negate</a>
     </h4>
 <pre class="programlisting"><span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">-</span> <span class="special">();</span>
@@ -1104,7 +1104,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.arithmetic_operators"></a><h4>
-<a name="id3175350"></a>
+<a name="id3189207"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.arithmetic_operators">Arithmetic operators</a>
     </h4>
 <pre class="programlisting"><span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">+=</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="identifier">x</span><span class="special">);</span>
@@ -1234,7 +1234,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.bitwise_operators"></a><h4>
-<a name="id3176409"></a>
+<a name="id3190266"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.bitwise_operators">Bitwise operators</a>
     </h4>
 <pre class="programlisting"><span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">|=</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="identifier">x</span><span class="special">);</span>
@@ -1295,7 +1295,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.operators_involving_integral_types"></a><h4>
-<a name="id3176932"></a>
+<a name="id3190790"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.operators_involving_integral_types">Operators
       involving integral types</a>
     </h4>
@@ -1436,7 +1436,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.operators_involving_chart_strings"></a><h4>
-<a name="id3178345"></a>
+<a name="id3192202"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.operators_involving_chart_strings">Operators
       involving charT strings</a>
     </h4>
@@ -1450,7 +1450,7 @@
 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">charT</span><span class="special">&gt;</span> <span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">^=</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">charT</span><span class="special">*</span> <span class="identifier">s</span><span class="special">);</span>
 </pre>
 <a name="mp_int.mp_int_reference.operators_involving_std__basic_string"></a><h4>
-<a name="id3178991"></a>
+<a name="id3192848"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.operators_involving_std__basic_string">Operators
       involving std::basic_string</a>
     </h4>
@@ -1472,7 +1472,7 @@
 <span class="identifier">mp_int</span><span class="special">&amp;</span> <span class="keyword">operator</span> <span class="special">^=</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span><span class="identifier">charT</span><span class="special">,</span><span class="identifier">traits</span><span class="special">,</span><span class="identifier">Alloc</span><span class="special">&gt;&amp;</span> <span class="identifier">s</span><span class="special">);</span>
 </pre>
 <a name="mp_int.mp_int_reference.observers"></a><h4>
-<a name="id3180185"></a>
+<a name="id3194042"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.observers">Observers</a>
     </h4>
 <pre class="programlisting"><span class="identifier">allocator_type</span> <span class="identifier">get_allocator</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -1603,7 +1603,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.non_member_functions"></a><h4>
-<a name="id3181249"></a>
+<a name="id3195106"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.non_member_functions">Non-member functions</a>
     </h4>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">A</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -1670,7 +1670,7 @@
       These functions are implemented in terms of their respective member functions.
     </p>
 <a name="mp_int.mp_int_reference.comparison_operators"></a><h4>
-<a name="id3184214"></a>
+<a name="id3198071"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.comparison_operators">Comparison operators</a>
     </h4>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">A</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -1893,7 +1893,7 @@
       </li>
 </ul></div>
 <a name="mp_int.mp_int_reference.stream_i_o"></a><h4>
-<a name="id3190887"></a>
+<a name="id3204745"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.stream_i_o">Stream I/O</a>
     </h4>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">A</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">charT</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">traits</span><span class="special">&gt;</span>
@@ -1905,7 +1905,7 @@
 <span class="keyword">operator</span> <span class="special">&lt;&lt;</span> <span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span><span class="identifier">charT</span><span class="special">,</span> <span class="identifier">traits</span><span class="special">&gt;&amp;</span> <span class="identifier">os</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">mp_int</span><span class="special">&lt;</span><span class="identifier">A</span><span class="special">,</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">x</span><span class="special">);</span>
 </pre>
 <a name="mp_int.mp_int_reference.special_functions"></a><h4>
-<a name="id3191347"></a>
+<a name="id3205204"></a>
       <a class="link" href="mp_int_reference.html#mp_int.mp_int_reference.special_functions">Special functions</a>
     </h4>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">A</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -2045,7 +2045,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_traits_reference.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_traits_reference.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/mp_int_traits_reference.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -31,7 +31,7 @@
       some of mp_int's internal workings.
     </p>
 <a name="mp_int.mp_int_traits_reference.synopsis"></a><h4>
-<a name="id3193705"></a>
+<a name="id3207562"></a>
       <a class="link" href="mp_int_traits_reference.html#mp_int.mp_int_traits_reference.synopsis">Synopsis</a>
     </h4>
 <p>
@@ -68,7 +68,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/performance.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/performance.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/performance.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -112,7 +112,7 @@
 </li>
 </ul></div>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.input_vectors"></a><h4>
-<a name="id3152872"></a>
+<a name="id3166730"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.input_vectors">Input
           vectors</a>
         </h4>
@@ -127,7 +127,7 @@
           by a modified sine function.
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.construct_from_decimal_string"></a><h4>
-<a name="id3152920"></a>
+<a name="id3166778"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.construct_from_decimal_string">Construct
           from decimal string</a>
         </h4>
@@ -135,7 +135,7 @@
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/ctor_dec.png" alt="ctor_dec"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.construct_from_hex_string"></a><h4>
-<a name="id3152959"></a>
+<a name="id3166818"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.construct_from_hex_string">Construct
           from hex string</a>
         </h4>
@@ -143,7 +143,7 @@
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/ctor_hex.png" alt="ctor_hex"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.conversion_to_decimal_string"></a><h4>
-<a name="id3152999"></a>
+<a name="id3166858"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.conversion_to_decimal_string">Conversion
           to decimal string</a>
         </h4>
@@ -151,7 +151,7 @@
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/to_dec.png" alt="to_dec"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.conversion_to_hex_string"></a><h4>
-<a name="id3153038"></a>
+<a name="id3166897"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.conversion_to_hex_string">Conversion
           to hex string</a>
         </h4>
@@ -159,49 +159,49 @@
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/to_hex.png" alt="to_hex"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.add"></a><h4>
-<a name="id3153077"></a>
+<a name="id3166935"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.add">Add</a>
         </h4>
 <p>
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/add.png" alt="add"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.subtract"></a><h4>
-<a name="id3153113"></a>
+<a name="id3166971"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.subtract">Subtract</a>
         </h4>
 <p>
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/subtract.png" alt="subtract"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.multiply"></a><h4>
-<a name="id3153150"></a>
+<a name="id3167008"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.multiply">Multiply</a>
         </h4>
 <p>
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/multiply.png" alt="multiply"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.divide"></a><h4>
-<a name="id3153186"></a>
+<a name="id3167045"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.divide">Divide</a>
         </h4>
 <p>
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/divide.png" alt="divide"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.modulo"></a><h4>
-<a name="id3153223"></a>
+<a name="id3167081"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.modulo">Modulo</a>
         </h4>
 <p>
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/modulo.png" alt="modulo"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.square"></a><h4>
-<a name="id3153259"></a>
+<a name="id3167118"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.square">Square</a>
         </h4>
 <p>
           <span class="inlinemediaobject"><img src="../benchmark_imgs/k7/square.png" alt="square"></span>
         </p>
 <a name="mp_int.performance.measurements.amd_athlon_xp_2000_.modular_power"></a><h4>
-<a name="id3153296"></a>
+<a name="id3167154"></a>
           <a class="link" href="performance.html#mp_int.performance.measurements.amd_athlon_xp_2000_.modular_power">Modular
           Power</a>
         </h4>
@@ -218,7 +218,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/primality_tests_reference.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/primality_tests_reference.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/primality_tests_reference.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -44,7 +44,7 @@
         for all primes less than 256 it is 80%.
       </p>
 <a name="mp_int.primality_tests_reference.primality_division_test.synopsis"></a><h5>
-<a name="id3099918"></a>
+<a name="id3209527"></a>
         <a class="link" href="primality_tests_reference.html#mp_int.primality_tests_reference.primality_division_test.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="comment">// &lt;boost/mp_math/mp_int.hpp&gt;
@@ -57,7 +57,7 @@
 <span class="special">};</span>
 </pre>
 <a name="mp_int.primality_tests_reference.primality_division_test.members"></a><h4>
-<a name="id3195994"></a>
+<a name="id3209715"></a>
         <a class="link" href="primality_tests_reference.html#mp_int.primality_tests_reference.primality_division_test.members">Members</a>
       </h4>
 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">A</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
@@ -98,7 +98,7 @@
         rounds to be detected by this test.
       </p>
 <a name="mp_int.primality_tests_reference.primality_fermat_test.synopsis"></a><h5>
-<a name="id3196375"></a>
+<a name="id3210095"></a>
         <a class="link" href="primality_tests_reference.html#mp_int.primality_tests_reference.primality_fermat_test.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="comment">// &lt;boost/mp_math/mp_int.hpp&gt;
@@ -115,7 +115,7 @@
 <span class="special">};</span>
 </pre>
 <a name="mp_int.primality_tests_reference.primality_fermat_test.members"></a><h4>
-<a name="id3196700"></a>
+<a name="id3210420"></a>
         <a class="link" href="primality_tests_reference.html#mp_int.primality_tests_reference.primality_fermat_test.members">Members</a>
       </h4>
 <pre class="programlisting"><span class="keyword">explicit</span> <span class="identifier">primality_fermat_test</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">r</span><span class="special">);</span>
@@ -141,7 +141,7 @@
         detect carmichael numbers.
       </p>
 <a name="mp_int.primality_tests_reference.primality_miller_rabin_test.synopsis"></a><h5>
-<a name="id3197010"></a>
+<a name="id3210730"></a>
         <a class="link" href="primality_tests_reference.html#mp_int.primality_tests_reference.primality_miller_rabin_test.synopsis">Synopsis</a>
       </h5>
 <pre class="programlisting"><span class="comment">// &lt;boost/mp_math/mp_int.hpp&gt;
@@ -160,7 +160,7 @@
 <span class="special">};</span>
 </pre>
 <a name="mp_int.primality_tests_reference.primality_miller_rabin_test.members"></a><h4>
-<a name="id3197388"></a>
+<a name="id3211106"></a>
         <a class="link" href="primality_tests_reference.html#mp_int.primality_tests_reference.primality_miller_rabin_test.members">Members</a>
       </h4>
 <pre class="programlisting"><span class="keyword">explicit</span> <span class="identifier">primality_miller_rabin_test</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">r</span> <span class="special">=</span> <span class="number">0</span><span class="special">);</span>
@@ -199,7 +199,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/tutorial.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/tutorial.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/tutorial.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -252,7 +252,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_bits_reference.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_bits_reference.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_bits_reference.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -28,7 +28,7 @@
     reference</a>
 </h2></div></div></div>
 <a name="mp_int.uniform_mp_int_bits_reference.synopsis"></a><h4>
-<a name="id3194915"></a>
+<a name="id3208772"></a>
       <a class="link" href="uniform_mp_int_bits_reference.html#mp_int.uniform_mp_int_bits_reference.synopsis">Synopsis</a>
     </h4>
 <pre class="programlisting"><span class="comment">// &lt;boost/mp_math/mp_int.hpp&gt;
@@ -52,7 +52,7 @@
 <span class="special">};</span>
 </pre>
 <a name="mp_int.uniform_mp_int_bits_reference.members"></a><h4>
-<a name="id3195263"></a>
+<a name="id3209120"></a>
       <a class="link" href="uniform_mp_int_bits_reference.html#mp_int.uniform_mp_int_bits_reference.members">Members</a>
     </h4>
 <pre class="programlisting"><span class="identifier">uniform_mp_int_bits</span><span class="special">(</span><span class="keyword">typename</span> <span class="identifier">MpInt</span><span class="special">::</span><span class="identifier">size_type</span> <span class="identifier">x</span><span class="special">);</span>
@@ -92,7 +92,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_reference.html
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_reference.html (original)
+++ sandbox/mp_math/libs/mp_math/doc/html/mp_int/uniform_mp_int_reference.html 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -27,7 +27,7 @@
 <a name="mp_int.uniform_mp_int_reference"></a><a class="link" href="uniform_mp_int_reference.html" title="uniform_mp_int reference">uniform_mp_int reference</a>
 </h2></div></div></div>
 <a name="mp_int.uniform_mp_int_reference.synopsis"></a><h4>
-<a name="id3194095"></a>
+<a name="id3207952"></a>
       <a class="link" href="uniform_mp_int_reference.html#mp_int.uniform_mp_int_reference.synopsis">Synopsis</a>
     </h4>
 <pre class="programlisting"><span class="comment">// &lt;boost/mp_math/mp_int.hpp&gt;
@@ -51,7 +51,7 @@
 <span class="special">};</span>
 </pre>
 <a name="mp_int.uniform_mp_int_reference.members"></a><h4>
-<a name="id3194464"></a>
+<a name="id3208321"></a>
       <a class="link" href="uniform_mp_int_reference.html#mp_int.uniform_mp_int_reference.members">Members</a>
     </h4>
 <pre class="programlisting"><span class="identifier">uniform_mp_int</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">MpInt</span><span class="special">&amp;</span> <span class="identifier">min</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">MpInt</span><span class="special">&amp;</span> <span class="identifier">max</span><span class="special">);</span>
@@ -98,7 +98,6 @@
 <td align="right"><div class="copyright-footer">Copyright © 2008 - 2009 Kevin Sopp<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
- [source-mode c++
       </p>
 </div></td>
 </tr></table>

Modified: sandbox/mp_math/libs/mp_math/doc/mp_int.qbk
==============================================================================
--- sandbox/mp_math/libs/mp_math/doc/mp_int.qbk (original)
+++ sandbox/mp_math/libs/mp_math/doc/mp_int.qbk 2009-01-16 18:57:56 EST (Fri, 16 Jan 2009)
@@ -12,7 +12,7 @@
   [authors [Sopp, Kevin]]
   [license Distributed under the Boost Software License, Version 1.0.
            (See accompanying file LICENSE_1_0.txt or copy at
- [@http://www.boost.org/LICENSE_1_0.txt]
+ [@http://www.boost.org/LICENSE_1_0.txt]]
   [source-mode c++]
 ]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk