Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57315 - in sandbox/bitfield/libs/integer/doc: . html html/toward_boost_bitfield/appendices html/toward_boost_bitfield/users_guide
From: vicente.botet_at_[hidden]
Date: 2009-11-03 10:55:38


Author: viboes
Date: 2009-11-03 10:55:37 EST (Tue, 03 Nov 2009)
New Revision: 57315
URL: http://svn.boost.org/trac/boost/changeset/57315

Log:
Boost.Bitfield: Correct formating error

Text files modified:
   sandbox/bitfield/libs/integer/doc/bitfield.qbk | 1 +
   sandbox/bitfield/libs/integer/doc/html/index.html | 2 +-
   sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/implementation.html | 4 ++--
   sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/rationale.html | 2 +-
   sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/todo.html | 4 ++--
   sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/users_guide/tutorial.html | 11 ++++++++---
   6 files changed, 15 insertions(+), 9 deletions(-)

Modified: sandbox/bitfield/libs/integer/doc/bitfield.qbk
==============================================================================
--- sandbox/bitfield/libs/integer/doc/bitfield.qbk (original)
+++ sandbox/bitfield/libs/integer/doc/bitfield.qbk 2009-11-03 10:55:37 EST (Tue, 03 Nov 2009)
@@ -324,6 +324,7 @@
 
 
 There are two variants for the setter. My prefered form is just to name the setter function as the type and return a reference able to support assignations. The other is the traditional set_field() taking the new value as parameter.
+
         struct Rgb565
         {
             //...

Modified: sandbox/bitfield/libs/integer/doc/html/index.html
==============================================================================
--- sandbox/bitfield/libs/integer/doc/html/index.html (original)
+++ sandbox/bitfield/libs/integer/doc/html/index.html 2009-11-03 10:55:37 EST (Tue, 03 Nov 2009)
@@ -87,7 +87,7 @@
 </table></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: October 16, 2009 at 11:08:10 GMT</small></p></td>
+<td align="left"><p><small>Last revised: November 03, 2009 at 15:53:23 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/implementation.html
==============================================================================
--- sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/implementation.html (original)
+++ sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/implementation.html 2009-11-03 10:55:37 EST (Tue, 03 Nov 2009)
@@ -32,7 +32,7 @@
       C: Implementation Notes</a>
 </h3></div></div></div>
 <a name="toward_boost_bitfield.appendices.implementation.faq"></a><h4>
-<a name="id4817293"></a>
+<a name="id4817476"></a>
         <a href="implementation.html#toward_boost_bitfield.appendices.implementation.faq">FAQ</a>
       </h4>
 <div class="itemizedlist"><ul type="disc"><li>
@@ -84,7 +84,7 @@
 <span class="identifier">record</span><span class="special">.</span><span class="identifier">vf</span><span class="special">()</span> <span class="special">=</span> <span class="identifier">temp</span><span class="special">;</span>
 </pre>
 <a name="toward_boost_bitfield.appendices.implementation.design_considerations_for_boost_bitfield"></a><h4>
-<a name="id4817498"></a>
+<a name="id4817681"></a>
         <a href="implementation.html#toward_boost_bitfield.appendices.implementation.design_considerations_for_boost_bitfield">Design
         considerations for Boost.Bitfield</a>
       </h4>

Modified: sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/rationale.html
==============================================================================
--- sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/rationale.html (original)
+++ sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/rationale.html 2009-11-03 10:55:37 EST (Tue, 03 Nov 2009)
@@ -32,7 +32,7 @@
       B: Rationale</a>
 </h3></div></div></div>
 <a name="toward_boost_bitfield.appendices.rationale.why_we_can_not_declare_portable_c_c___bitfields__"></a><h4>
-<a name="id4817254"></a>
+<a name="id4817437"></a>
         <a href="rationale.html#toward_boost_bitfield.appendices.rationale.why_we_can_not_declare_portable_c_c___bitfields__">Why
         we can not declare portable C/C++ bitfields ?</a>
       </h4>

Modified: sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/todo.html
==============================================================================
--- sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/todo.html (original)
+++ sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/appendices/todo.html 2009-11-03 10:55:37 EST (Tue, 03 Nov 2009)
@@ -30,7 +30,7 @@
       plans</a>
 </h3></div></div></div>
 <a name="toward_boost_bitfield.appendices.todo.tasks_to_do_before_review"></a><h4>
-<a name="id4817948"></a>
+<a name="id4818131"></a>
         <a href="todo.html#toward_boost_bitfield.appendices.todo.tasks_to_do_before_review">Tasks
         to do before review</a>
       </h4>
@@ -38,7 +38,7 @@
           Add test with the Boost.Endian types and binary archive.
         </li></ul></div>
 <a name="toward_boost_bitfield.appendices.todo.for_later_releases"></a><h4>
-<a name="id4817976"></a>
+<a name="id4818159"></a>
         <a href="todo.html#toward_boost_bitfield.appendices.todo.for_later_releases">For
         later releases</a>
       </h4>

Modified: sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/users_guide/tutorial.html
==============================================================================
--- sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/users_guide/tutorial.html (original)
+++ sandbox/bitfield/libs/integer/doc/html/toward_boost_bitfield/users_guide/tutorial.html 2009-11-03 10:55:37 EST (Tue, 03 Nov 2009)
@@ -102,10 +102,15 @@
           There are two variants for the setter. My prefered form is just to name
           the setter function as the type and return a reference able to support
           assignations. The other is the traditional set_field() taking the new value
- as parameter. struct Rgb565 { //... red_type::reference red() { return
- red_type::reference(storage); } void set_red(unsigned char val) { return
- red_type::reference(storage).set(val); } };
+ as parameter.
         </p>
+<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">Rgb565</span>
+<span class="special">{</span>
+ <span class="comment">//...
+</span> <span class="identifier">red_type</span><span class="special">::</span><span class="identifier">reference</span> <span class="identifier">red</span><span class="special">()</span> <span class="special">{</span> <span class="keyword">return</span> <span class="identifier">red_type</span><span class="special">::</span><span class="identifier">reference</span><span class="special">(</span><span class="identifier">storage</span><span class="special">);</span> <span class="special">}</span>
+ <span class="keyword">void</span> <span class="identifier">set_red</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">char</span> <span class="identifier">val</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">return</span> <span class="identifier">red_type</span><span class="special">::</span><span class="identifier">reference</span><span class="special">(</span><span class="identifier">storage</span><span class="special">).</span><span class="identifier">set</span><span class="special">(</span><span class="identifier">val</span><span class="special">);</span> <span class="special">}</span>
+<span class="special">};</span>
+</pre>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h4 class="title">


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