From a1fa4e3170490d0c0089110b63578f772d04752b Mon Sep 17 00:00:00 2001
From: Phil Edwards
Date: Wed, 17 Jul 2002 22:02:32 +0000
Subject: [PATCH] run_doxygen: Remove template parameter names from "Compound
List" summary page.
2002-07-17 Phil Edwards
* docs/doxygen/run_doxygen: Remove template parameter names from
"Compound List" summary page. Reformat.
* docs/html/documentation.html: XHTML fixes.
From-SVN: r55543
---
libstdc++-v3/ChangeLog | 6 +++++
libstdc++-v3/docs/doxygen/run_doxygen | 17 ++++++++------
libstdc++-v3/docs/html/documentation.html | 27 +++++++++++++----------
3 files changed, 31 insertions(+), 19 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 93e04d20cd3..9e9e2022392 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-17 Phil Edwards
+
+ * 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
* 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 20b3447ab80..df7d83859ba 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:]_]*\)< .* >=\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 8e55fe14985..09ead969b40 100644
--- a/libstdc++-v3/docs/html/documentation.html
+++ b/libstdc++-v3/docs/html/documentation.html
@@ -7,13 +7,14 @@
-All of these documents (in fact, this entire homepage set) are
- bundled with the library source, under the docs subdirectory,
- for releases and snapshots. The sole exception is the
+
All of these documents (in fact, this entire homepage set)
+ are bundled with the library source, under the docs
+ subdirectory, for releases and snapshots. The sole exception is the
automatically-generated source documentation, available separately.
-
+
+
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 @@
docs for the most
recent libstdc++ snapshot (3.0.96)
"the latest collection"
- (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)
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 Intro(3).
-
+
+
-
+
+
This is a short list of text files pertaining to this implementation of
- ISO 14882. A brief description follows the name of the file.
-
-
+ ISO 14882. A brief description follows the name of the file.
- BADNAMES
- names to avoid because of potential collisions
@@ -84,7 +86,8 @@
-
+
+
- Chapter 17 (Intro)
--
2.30.2