From 06ffb5c0b4b5028de292f5e1b858a26be883f4cd Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Tue, 23 Aug 2016 13:23:16 +0100
Subject: [PATCH] Update links to libstdc++ Doxygen pages
* doc/xml/api.xml: Replace hardcoded links for specific versions with
link to docs for all releases.
* doc/html/*: Regenerate.
From-SVN: r239697
---
libstdc++-v3/ChangeLog | 4 ++
libstdc++-v3/doc/html/api.html | 44 ++++---------------
libstdc++-v3/doc/xml/api.xml | 78 +++-------------------------------
3 files changed, 19 insertions(+), 107 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f5c3659d9f1f..b83d108d5125 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
2016-08-23 Jonathan Wakely
+ * doc/xml/api.xml: Replace hardcoded links for specific versions with
+ link to docs for all releases.
+ * doc/html/*: Regenerate.
+
* include/bits/stl_iterator.h
(operator-(reverse_iterator, reverse_iterator): Constrain
for C++11 and later.
diff --git a/libstdc++-v3/doc/html/api.html b/libstdc++-v3/doc/html/api.html
index 2960f0cf47a1..9b5fedf5b134 100644
--- a/libstdc++-v3/doc/html/api.html
+++ b/libstdc++-v3/doc/html/api.html
@@ -20,42 +20,14 @@
member functions for the library classes, finding out what is in a
particular include file, looking at inheritance diagrams, etc.
- The API documentation, rendered into HTML, can be viewed online:
-
The rendered HTML, as above, is also available for download on the
gcc.gnu.org site in a directory located at
<URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/>.
diff --git a/libstdc++-v3/doc/xml/api.xml b/libstdc++-v3/doc/xml/api.xml
index f9478c346155..7ed0179547ac 100644
--- a/libstdc++-v3/doc/xml/api.xml
+++ b/libstdc++-v3/doc/xml/api.xml
@@ -40,79 +40,15 @@
- The API documentation, rendered into HTML, can be viewed online:
+ The API documentation, rendered into HTML, can be viewed online
+ for each GCC release
+ and
+
+ for the main development tree
+
+ (see the date on the first page).
-
-
-
- for the 3.4 release
-
-
-
-
-
- for the 4.1 release
-
-
-
-
-
- for the 4.2 release
-
-
-
-
-
- for the 4.3 release
-
-
-
-
-
- for the 4.4 release
-
-
-
-
-
- for the 4.5 release
-
-
-
-
-
- for the 4.6 release
-
-
-
-
-
- for the 4.7.4 release
-
-
-
-
-
- for the 4.8.3 release
-
-
-
-
-
- for the 4.9.0 release
-
-
-
-
-
- "the latest collection"
-
- (For the main development tree; see the date on the first page.)
-
-
-
-
The rendered HTML, as above, is also available for download on the
gcc.gnu.org site in a directory located at
--
2.47.2