mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
More Boost.Threads doc changes
[SVN r13453]
This commit is contained in:
parent
bbc7e8f9ee
commit
803a7877b8
2 changed files with 15 additions and 15 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 97cdaca028e723dea3bc768bb87fa0db0e783c53
|
||||
Subproject commit d60e66fb002773dd373767fcfe653bbdf1a1fe54
|
|
@ -87,9 +87,9 @@ namespace boost
|
|||
<dt><b>Returns:</b> {{text}}</dt>
|
||||
<dt><b>Throws:</b> {{text}}</dt>
|
||||
<dt><b>Complexity:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Note:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
</dl>
|
||||
<pre>
|
||||
{{destructor}}
|
||||
|
@ -101,9 +101,9 @@ namespace boost
|
|||
<dt><b>Returns:</b> {{text}}</dt>
|
||||
<dt><b>Throws:</b> {{text}}</dt>
|
||||
<dt><b>Complexity:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Note:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
</dl>
|
||||
<h4><a name="class-spec-comparisons"></a>Class <code>{{class name}}</code> comparison functions</h4>
|
||||
<pre>
|
||||
|
@ -116,9 +116,9 @@ namespace boost
|
|||
<dt><b>Returns:</b> {{text}}</dt>
|
||||
<dt><b>Throws:</b> {{text}}</dt>
|
||||
<dt><b>Complexity:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Note:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
</dl>
|
||||
<h4><a name="class-spec-modifiers"></a>Class <code>{{class name}}</code> modifier functions</h4>
|
||||
<pre>
|
||||
|
@ -131,9 +131,9 @@ namespace boost
|
|||
<dt><b>Returns:</b> {{text}}</dt>
|
||||
<dt><b>Throws:</b> {{text}}</dt>
|
||||
<dt><b>Complexity:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Note:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
</dl>
|
||||
<h4><a name="class-spec-observers"></a>Class <code>{{class name}}</code> observer functions</h4>
|
||||
<pre>
|
||||
|
@ -146,9 +146,9 @@ namespace boost
|
|||
<dt><b>Returns:</b> {{text}}</dt>
|
||||
<dt><b>Throws:</b> {{text}}</dt>
|
||||
<dt><b>Complexity:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Note:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
</dl>
|
||||
<h4><a name="class-spec-statics"></a>Class <code>{{class name}}</code> static functions</h4>
|
||||
<pre>
|
||||
|
@ -161,9 +161,9 @@ namespace boost
|
|||
<dt><b>Returns:</b> {{text}}</dt>
|
||||
<dt><b>Throws:</b> {{text}}</dt>
|
||||
<dt><b>Complexity:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Note:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
</dl>
|
||||
<h2><a name="functions"></a>Functions</h2>
|
||||
<pre>
|
||||
|
@ -176,9 +176,9 @@ namespace boost
|
|||
<dt><b>Returns:</b> {{text}}</dt>
|
||||
<dt><b>Throws:</b> {{text}}</dt>
|
||||
<dt><b>Complexity:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Note:</b> {{text}}</dt>
|
||||
<dt><b>Danger:</b> {{text}}</dt>
|
||||
<dt><b>Rationale:</b> {{text}}</dt>
|
||||
</dl>
|
||||
<h2><a name="objects"></a>Objects</h2>
|
||||
<p><a name="object-spec"></a>{{Object specifications}}</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue