|
@@ -9,7 +9,7 @@
|
|
|
"header">
|
|
"header">
|
|
|
<tr>
|
|
<tr>
|
|
|
<td valign="top" width="300">
|
|
<td valign="top" width="300">
|
|
|
- <h3><a href="index.htm"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3>
|
|
|
|
|
|
|
+ <h3><a href="index.html"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3>
|
|
|
</td>
|
|
</td>
|
|
|
<td valign="top">
|
|
<td valign="top">
|
|
|
<h1 align="center">Writing Documentation for Boost</h1>
|
|
<h1 align="center">Writing Documentation for Boost</h1>
|
|
@@ -199,8 +199,7 @@ void make_zero_if_negative( int & x );
|
|
|
<h4><a name="returns">Returns</a></h4>
|
|
<h4><a name="returns">Returns</a></h4>
|
|
|
<p>The value returned by the function, usually in the form of a C++ expression.
|
|
<p>The value returned by the function, usually in the form of a C++ expression.
|
|
|
For example:</p>
|
|
For example:</p>
|
|
|
-<pre>
|
|
|
|
|
-int sum( int x, int y );
|
|
|
|
|
|
|
+<pre>int sum( int x, int y );
|
|
|
</pre>
|
|
</pre>
|
|
|
<dl class="function-semantics">
|
|
<dl class="function-semantics">
|
|
|
<dt><b>Returns:</b> <code>x + y</code></dt>
|
|
<dt><b>Returns:</b> <code>x + y</code></dt>
|
|
@@ -247,11 +246,9 @@ void resize(size_type n, charT c);
|
|
|
</dl>
|
|
</dl>
|
|
|
<hr>
|
|
<hr>
|
|
|
<p>Revised
|
|
<p>Revised
|
|
|
- <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
|
|
|
- 05 November, 2001
|
|
|
|
|
- <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
|
|
|
|
|
|
|
+ <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 November, 2003<!--webbot bot="Timestamp" endspan i-checksum="39371" -->
|
|
|
</p>
|
|
</p>
|
|
|
<p><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
|
|
<p><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
|
|
|
2001. All Rights Reserved.</i></p>
|
|
2001. All Rights Reserved.</i></p>
|
|
|
</body>
|
|
</body>
|
|
|
-</html>
|
|
|
|
|
|
|
+</html>
|