]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
debug.html: Fix broken tags.
authorBrad Spencer <spencer@infointeractive.com>
Wed, 2 Feb 2005 19:38:38 +0000 (19:38 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 2 Feb 2005 19:38:38 +0000 (19:38 +0000)
2005-02-02  Brad Spencer  <spencer@infointeractive.com>

* debug.html: Fix broken tags.
* documentation.html: Same.

From-SVN: r94602

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/debug.html
libstdc++-v3/docs/html/documentation.html

index 0ce60d399c0d9b0b2b0dffd12867b529fd478cd7..15e94051159ab8291e67ffdf7c73256564468a1c 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-02  Brad Spencer  <spencer@infointeractive.com>
+
+       * debug.html: Fix broken tags.
+       * documentation.html: Same.
+
 2005-02-02  Andreas Jaeger  <aj@suse.de>
 
        * testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch
index 1bf4bccbaebf1daea2aec5a8744c000b4abef75a..af1177bd2d2ed9f76bbee6d76b50a17c8d07d886 100644 (file)
@@ -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>
   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>
index 327c6354641b7c5263c9cf2cec79f5d68b23c229..48e12cb0a2e2f9e347dcefb26ea9ed07ddf9ea26 100644 (file)
@@ -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>