aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorBrad Spencer <spencer@infointeractive.com>2005-02-02 19:38:38 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2005-02-02 19:38:38 +0000
commit8a532804d55a2e550140313479e8392607a3a316 (patch)
tree6b648922de652b25e4f3d8f5737371f97c41538c /libstdc++-v3/docs
parentc85b032aca5712eb2f82db0aaff8195c2e3a200d (diff)
downloadgcc-8a532804d55a2e550140313479e8392607a3a316.zip
gcc-8a532804d55a2e550140313479e8392607a3a316.tar.gz
gcc-8a532804d55a2e550140313479e8392607a3a316.tar.bz2
debug.html: Fix broken tags.
2005-02-02 Brad Spencer <spencer@infointeractive.com> * debug.html: Fix broken tags. * documentation.html: Same. From-SVN: r94602
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/debug.html4
-rw-r--r--libstdc++-v3/docs/html/documentation.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index 1bf4bcc..af1177b 100644
--- a/libstdc++-v3/docs/html/debug.html
+++ b/libstdc++-v3/docs/html/debug.html
@@ -41,7 +41,7 @@
turning off all optimization via the <code>-g -O0</code> flag will
disable inlining, so that stepping through all functions, including
inlined constructors and destructors, is possible. In addition,
- <code>-fno-eliminate-unused-debug-types<code> can be used when
+ <code>-fno-eliminate-unused-debug-types</code> can be used when
additional debug information, such as nested class info, is desired.
</p>
@@ -63,6 +63,7 @@
<p>If you would like debug symbols in libstdc++, there are two ways to
build libstdc++ with debug flags. The first is to run make from the
toplevel in a freshly-configured tree with
+</p>
<pre>
--enable-libstdcxx-debug
</pre>
@@ -150,6 +151,7 @@
mode or with debug mode. The
following table provides the names and headers of the debugging
containers:
+</p>
<table title="Debugging containers" border="1">
<tr>
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html
index 327c635..48e12cb 100644
--- a/libstdc++-v3/docs/html/documentation.html
+++ b/libstdc++-v3/docs/html/documentation.html
@@ -52,7 +52,7 @@
<li><a href="configopts.html">Configure options</a></li>
<li><a href="install.html">Getting started: configure, build, install</a>
</li>
- <li><a href="test.html">Testing details</a>
+ <li><a href="test.html">Testing details</a></li>
<li><a href="debug.html">Debugging schemes and strategies</a>
</li>
</ul>