aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-07-17 22:02:32 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-07-17 22:02:32 +0000
commita1fa4e3170490d0c0089110b63578f772d04752b (patch)
tree346d06abac88ad86f9bade34f70a66904260addb
parent74d06cf221682acc2ce3f55b52020e63c88f5a68 (diff)
downloadgcc-a1fa4e3170490d0c0089110b63578f772d04752b.zip
gcc-a1fa4e3170490d0c0089110b63578f772d04752b.tar.gz
gcc-a1fa4e3170490d0c0089110b63578f772d04752b.tar.bz2
run_doxygen: Remove template parameter names from "Compound List" summary page.
2002-07-17 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/run_doxygen: Remove template parameter names from "Compound List" summary page. Reformat. * docs/html/documentation.html: XHTML fixes. From-SVN: r55543
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/docs/doxygen/run_doxygen17
-rw-r--r--libstdc++-v3/docs/html/documentation.html27
3 files changed, 31 insertions, 19 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 93e04d2..9e9e202 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-17 Phil Edwards <pme@gcc.gnu.org>
+
+ * docs/doxygen/run_doxygen: Remove template parameter names from
+ "Compound List" summary page. Reformat.
+ * docs/html/documentation.html: XHTML fixes.
+
2002-07-16 Andreas Schwab <schwab@suse.de>
* libsupc++/new (set_new_handler): Declare to not throw any
diff --git a/libstdc++-v3/docs/doxygen/run_doxygen b/libstdc++-v3/docs/doxygen/run_doxygen
index 20b3447..df7d838 100644
--- a/libstdc++-v3/docs/doxygen/run_doxygen
+++ b/libstdc++-v3/docs/doxygen/run_doxygen
@@ -150,13 +150,16 @@ set -e
set +e
test $do_html = yes && {
- sed -e "s=@LEVEL@=${LEVELtext}=" \
- -e "s=@DATE@=${DATEtext}=" \
- ${srcdir}/docs/doxygen/mainpage.html > ${outdir}/html_${mode}/index.html
- cp ${srcdir}/docs/doxygen/tables.html ${outdir}/html_${mode}/tables.html
- echo ::
- echo :: HTML pages begin with
- echo :: ${outdir}/html_${mode}/index.html
+ sed -e "s=@LEVEL@=${LEVELtext}=" \
+ -e "s=@DATE@=${DATEtext}=" \
+ ${srcdir}/docs/doxygen/mainpage.html > ${outdir}/html_${mode}/index.html
+ cd ${outdir}/html_${mode}
+ sed -e 's=\(::[[:alnum:]_]*\)&lt; .* &gt;=\1=' annotated.html > annstrip.html
+ mv annstrip.html annotated.html
+ cp ${srcdir}/docs/doxygen/tables.html tables.html
+ echo ::
+ echo :: HTML pages begin with
+ echo :: ${outdir}/html_${mode}/index.html
}
# Mess with the man pages. We don't need documentation of the internal
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html
index 8e55fe1..09ead96 100644
--- a/libstdc++-v3/docs/html/documentation.html
+++ b/libstdc++-v3/docs/html/documentation.html
@@ -7,13 +7,14 @@
<body>
-<p><B>All of these documents</B> (in fact, this entire homepage set) are
- bundled with the library source, under the <code>docs</code> subdirectory,
- for releases and snapshots. The sole exception is the
+<p><strong>All of these documents</strong> (in fact, this entire homepage set)
+ are bundled with the library source, under the <code>docs</code>
+ subdirectory, for releases and snapshots. The sole exception is the
automatically-generated source documentation, available separately.
</p>
-<hr>
+<hr />
+
<h2><a name="4">Source Documentation</a></h2>
<p>In addition to the distribution documentation (these pages), we also
have a set of HTML documents generated from the sources themselves,
@@ -33,7 +34,7 @@
<li><a href="libstdc++-html-USERS-3.0.96/index.html">docs for the most
recent libstdc++ snapshot (3.0.96)</a>
<li><a href="latest-doxygen/index.html">&quot;the latest collection&quot;</a>
- (usually the snapshot collection or later; see the date on the first page)
+ (for the snapshot or later; see the date on the first page)
</ul>
Other collections (man pages, maintainer docs) are only available on the
FTP sites.
@@ -43,19 +44,20 @@
the same place as the HTML collections. Start with <code>Intro(3)</code>.
</p>
-<hr>
+<hr />
+
<h2><a name="2">Configuring, Building, Installing</a></h2>
<ul>
<li><a href="configopts.html">Configure options</a>
- <li><a href="install.html">Getting started: configure, build, install</a><br>
+ <li><a href="install.html">Getting started: configure, build, install</a>
+ <!-- initial guess: <li><a href="abi.txt">ABI documentation</a> -->
</ul>
-<hr>
+<hr />
+
<h2><a name="1">Introductory notes for libstdc++</a></h2>
<p>This is a short list of text files pertaining to this implementation of
- ISO 14882. A brief description follows the name of the file.
- </p>
- <p>
+ ISO 14882. A brief description follows the name of the file.
<ul>
<li><a href="17_intro/BADNAMES">BADNAMES</a>
- names to avoid because of potential collisions
@@ -84,7 +86,8 @@
</ul>
</p>
-<hr>
+<hr />
+
<h2><a name="3">Chapter-Specific Information, Extensions, Notes and Advice</a></h2>
<ol>
<li><a href="17_intro/howto.html">Chapter 17 (Intro)</a>