From 4c86ffccf9f7cc4fe6290e5aacf6fb517ac9221b Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 22 Aug 2016 17:47:39 +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: r239663 --- libstdc++-v3/ChangeLog | 4 ++ libstdc++-v3/doc/html/api.html | 44 +++------------ libstdc++-v3/doc/html/manual/bugs.html | 3 + libstdc++-v3/doc/xml/api.xml | 78 +++----------------------- 4 files changed, 22 insertions(+), 107 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 91dbc9d56fd..33b884099b1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2016-08-22 Jonathan Wakely + * doc/xml/api.xml: Replace hardcoded links for specific versions with + link to docs for all releases. + * doc/html/*: Regenerate. + PR libstdc++/77322 * doc/xml/manual/intro.xml: Document DR 2062 change. * include/std/functional (function::swap): Add noexcept. diff --git a/libstdc++-v3/doc/html/api.html b/libstdc++-v3/doc/html/api.html index 2960f0cf47a..9b5fedf5b13 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 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). +

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/html/manual/bugs.html b/libstdc++-v3/doc/html/manual/bugs.html index 3d156fbd2ba..c078debaf53 100644 --- a/libstdc++-v3/doc/html/manual/bugs.html +++ b/libstdc++-v3/doc/html/manual/bugs.html @@ -366,6 +366,9 @@

2059: C++0x ambiguity problem with map::erase

Add additional overloads. +

2062: + 2062. Effect contradictions w/o no-throw guarantee of std::function swaps +

Add noexcept to swap functions.

2063: Contradictory requirements for string move assignment

Respect propagation trait for move assignment. diff --git a/libstdc++-v3/doc/xml/api.xml b/libstdc++-v3/doc/xml/api.xml index f9478c34615..7ed0179547a 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.30.2