mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Fix broken links
[SVN r21000]
This commit is contained in:
parent
4b11f95846
commit
5772875d22
3 changed files with 10 additions and 17 deletions
|
@ -350,7 +350,7 @@
|
|||
on the link and select the appropriate command from the context sensitive menu).</p>
|
||||
<ul>
|
||||
<li><a name="index-template"></a><a href="template/index.html">Index Page Template</a></li>
|
||||
<li><a name="overview-template"></a><a href="template%5Coverview.html">Overview
|
||||
<li><a name="overview-template"></a><a href="template/overview.html">Overview
|
||||
Page Template</a></li>
|
||||
<li><a name="definitions-template"></a><a href="template/definitions.html">Definitions
|
||||
Page Template</a></li>
|
||||
|
@ -369,11 +369,9 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<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><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
|
||||
2001. All Rights Reserved.</i></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
|
@ -9,7 +9,7 @@
|
|||
"header">
|
||||
<tr>
|
||||
<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 valign="top">
|
||||
<h1 align="center">Writing Documentation for Boost</h1>
|
||||
|
@ -38,11 +38,9 @@
|
|||
create documentation pages.</p>
|
||||
<hr>
|
||||
<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><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
|
||||
2001. All Rights Reserved.</i></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
|
@ -9,7 +9,7 @@
|
|||
"header">
|
||||
<tr>
|
||||
<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 valign="top">
|
||||
<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>
|
||||
<p>The value returned by the function, usually in the form of a C++ expression.
|
||||
For example:</p>
|
||||
<pre>
|
||||
int sum( int x, int y );
|
||||
<pre>int sum( int x, int y );
|
||||
</pre>
|
||||
<dl class="function-semantics">
|
||||
<dt><b>Returns:</b> <code>x + y</code></dt>
|
||||
|
@ -247,11 +246,9 @@ void resize(size_type n, charT c);
|
|||
</dl>
|
||||
<hr>
|
||||
<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><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
|
||||
2001. All Rights Reserved.</i></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue