summaryrefslogtreecommitdiff
path: root/more/writingdoc
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2003-11-29 13:11:01 +0000
committerBeman Dawes <bdawes@acm.org>2003-11-29 13:11:01 +0000
commit5772875d22812db6b06bb5ca3a6b13b9ce79f37b (patch)
tree51dffd5881ade8dfb51a7f286bb95a33be021ba9 /more/writingdoc
parent4b11f958461e43efcab3bdb1740c5246263befa5 (diff)
downloadboost-5772875d22812db6b06bb5ca3a6b13b9ce79f37b.tar.gz
Fix broken links
[SVN r21000]
Diffstat (limited to 'more/writingdoc')
-rw-r--r--more/writingdoc/design.html8
-rw-r--r--more/writingdoc/introduction.html8
-rw-r--r--more/writingdoc/structure.html11
3 files changed, 10 insertions, 17 deletions
diff --git a/more/writingdoc/design.html b/more/writingdoc/design.html
index 20021cbac3..77c03d3dc1 100644
--- a/more/writingdoc/design.html
+++ b/more/writingdoc/design.html
@@ -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>&copy; Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
2001. All Rights Reserved.</i></p>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/more/writingdoc/introduction.html b/more/writingdoc/introduction.html
index 112e2bed64..695c4e5d55 100644
--- a/more/writingdoc/introduction.html
+++ b/more/writingdoc/introduction.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>&copy; Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
2001. All Rights Reserved.</i></p>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/more/writingdoc/structure.html b/more/writingdoc/structure.html
index 14b271beb9..839998c095 100644
--- a/more/writingdoc/structure.html
+++ b/more/writingdoc/structure.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 &amp; 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>&copy; Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
2001. All Rights Reserved.</i></p>
</body>
-</html>
+</html> \ No newline at end of file