Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-12-04 19:07:29


Author: crowl
Date: 2007-12-04 19:07:29 EST (Tue, 04 Dec 2007)
New Revision: 41723
URL: http://svn.boost.org/trac/boost/changeset/41723

Log:
Put block begin and end tags on separate lines.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 71 +++++++++++++++++++++++++++------------
   1 files changed, 49 insertions(+), 22 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-04 19:07:29 EST (Tue, 04 Dec 2007)
@@ -570,7 +570,8 @@
 
 <dt>Postconditions:</dt>
 <dd>
-The constructed object has the NAT value.</dd>
+The constructed object has the NAT value.
+</dd>
 </dl>
 </blockquote>
 
@@ -864,7 +865,8 @@
 <dd>
 <code><var>x</var>.joinable() == false</code>
 <br>
-<code><var>x</var>.get_id() == thread().get_id()</code>.</dd>
+<code><var>x</var>.get_id() == thread().get_id()</code>.
+</dd>
 
 <dd>
 <code>joinable()</code> returns the
@@ -946,7 +948,8 @@
 <dd>
 If <code>join()</code> throws an exception,
 the <code>joinable()</code> status remains unchanged. Otherwise,
-<code>joinable()</code> is <code>false</code> and <code>get_id() == id()</code>.</dd>
+<code>joinable()</code> is <code>false</code> and <code>get_id() == id()</code>.
+</dd>
 
 <dt>Throws:</dt>
 <dd>
@@ -1284,7 +1287,9 @@
 </dd>
 
 <dt>Return type:</dt>
-<dd><code>void</code></dd>
+<dd>
+<code>void</code>
+</dd>
 
 <dt>Synchronization:</dt>
 <dd>
@@ -1322,7 +1327,9 @@
 </dd>
 
 <dt>Return type:</dt>
-<dd><code>bool</code></dd>
+<dd>
+<code>bool</code>
+</dd>
 
 <dt>Returns:</dt>
 <dd>
@@ -1382,7 +1389,9 @@
 </dd>
 
 <dt>Return type:</dt>
-<dd><code>void</code></dd>
+<dd>
+<code>void</code>
+</dd>
 
 <dt>Synchronization:</dt>
 <dd>
@@ -1509,7 +1518,9 @@
 </dd>
 
 <dt>Return type:</dt>
-<dd><code>bool</code></dd>
+<dd>
+<code>bool</code>
+</dd>
 
 <dt>Returns:</dt>
 <dd>
@@ -1556,7 +1567,9 @@
 </dd>
 
 <dt>Return type:</dt>
-<dd><code>bool</code></dd>
+<dd>
+<code>bool</code>
+</dd>
 
 <dt>Returns:</dt>
 <dd>
@@ -1748,7 +1761,8 @@
 <dt>Precondition:</dt>
 <dd>
 If <code>mutex_type</code> is not a recursive mutex, the current thread does not
-own mutex <code>m</code>.</dd>
+own mutex <code>m</code>.
+</dd>
 
 <dt>Effects:</dt>
 <dd>
@@ -1871,7 +1885,8 @@
 <dl>
 <dt>Effects:</dt>
 <dd>
-Constructs an object of type <code>unique_lock</code>.</dd>
+Constructs an object of type <code>unique_lock</code>.
+</dd>
 
 <dt>Postconditions:</dt>
 <dd>
@@ -1891,7 +1906,8 @@
 <dt>Precondition:</dt>
 <dd>
 If <code>mutex_type</code> is not a recursive mutex, the current thread does not
-own the mutex.</dd>
+own the mutex.
+</dd>
 
 <dt>Effects:</dt>
 <dd>
@@ -1916,11 +1932,13 @@
 <dt>Precondition:</dt>
 <dd>
 If <code>mutex_type</code> is not a recursive mutex, the current thread does not
-own the mutex.</dd>
+own the mutex.
+</dd>
 
 <dt>Effects:</dt>
 <dd>
-Constructs an object of type <code>unique_lock</code>.</dd>
+Constructs an object of type <code>unique_lock</code>.
+</dd>
 
 <dt>Postconditions:</dt>
 <dd>
@@ -1940,7 +1958,8 @@
 <dt>Precondition:</dt>
 <dd>
 If <code>mutex_type</code> is not a recursive mutex, then the current thread
-does not own the mutex.</dd>
+does not own the mutex.
+</dd>
 
 <dt>Effects:</dt>
 <dd>
@@ -1965,7 +1984,8 @@
 <dl>
 <dt>Precondition:</dt>
 <dd>
-The current thread owns mutex <code><var>m</var></code>.</dd>
+The current thread owns mutex <code><var>m</var></code>.
+</dd>
 
 <dt>Effects:</dt>
 <dd>
@@ -1976,7 +1996,8 @@
 <dd>
 <code>mutex() == &amp;<var>m</var></code>
 <br>
-<code>owns_lock() == true</code></dd>
+<code>owns_lock() == true</code>
+</dd>
 </dl>
 </blockquote>
 
@@ -1989,7 +2010,8 @@
 <dt>Precondition:</dt>
 <dd>
 If <code>mutex_type</code> is not a recursive mutex, then the current thread
-does not own the mutex.</dd>
+does not own the mutex.
+</dd>
 
 <dt>Effects:</dt>
 <dd>
@@ -2027,7 +2049,8 @@
 <dt>Precondition:</dt>
 <dd>
 If <code>mutex_type</code> is not a recursive mutex, then the current thread
-does not own the mutex.</dd>
+does not own the mutex.
+</dd>
 
 <dt>Effects:</dt>
 <dd>
@@ -2053,7 +2076,8 @@
 <dt>Effects:</dt>
 <dd>
 If <code>owns_lock()</code>
-calls <code>mutex()-&gt;unlock()</code>.</dd>
+calls <code>mutex()-&gt;unlock()</code>.
+</dd>
 
 <dt>Throws:</dt>
 <dd>
@@ -2082,7 +2106,8 @@
 <br>
 <code><var>u</var>.owns_lock() == false</code>
 <br>
-&nbsp;</dd>
+&nbsp;
+</dd>
 
 <dt>Throws:</dt>
 <dd>
@@ -2416,7 +2441,8 @@
 returns <code>false</code>, or a call to <code>try_lock()</code> throws an
 exception. If a call to <code>try_lock()</code> returns <code>false</code> or
 throws an exception, the <code>unlock()</code> function is called for any prior
-arguments.</dd>
+arguments.
+</dd>
 
 </dl>
 <dl>
@@ -2463,7 +2489,8 @@
 &mdash;<i>end note</i>]
 If an exception is thrown by a call to <code>lock()</code> or <code>
 try_lock()</code>, then <code>unlock()</code> will be called for any argument
-which had been locked by a call to <code>lock()</code> or <code>try_lock()</code>.</dd>
+which had been locked by a call to <code>lock()</code> or <code>try_lock()</code>.
+</dd>
 </dl>
 </blockquote>
 


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