Ver código fonte

More Boost.Threads doc changes

[SVN r13453]
William E. Kempf 24 anos atrás
pai
commit
803a7877b8
2 arquivos alterados com 15 adições e 15 exclusões
  1. 1 1
      libs/thread
  2. 14 14
      more/writingdoc/template/header.html

+ 1 - 1
libs/thread

@@ -1 +1 @@
-Subproject commit 97cdaca028e723dea3bc768bb87fa0db0e783c53
+Subproject commit d60e66fb002773dd373767fcfe653bbdf1a1fe54

+ 14 - 14
more/writingdoc/template/header.html

@@ -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>

粤ICP备19079148号