From c29730ec17675f70785f6326c35a2be59eaba53b Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 13 Sep 2017 11:17:44 +0100 Subject: [PATCH] Fix broken URLs in libstdc++ API docs * doc/doxygen/mainpage.html: Fix broken URLs. From-SVN: r252070 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/doc/doxygen/mainpage.html | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fc18cc7..0c3ee2a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2017-09-13 Jonathan Wakely + * doc/doxygen/mainpage.html: Fix broken URLs. + PR libstdc++/81835 * doc/xml/manual/extensions.xml: Replace unstable URL. * doc/html/manual/ext_demangling.html: Regenerate. diff --git a/libstdc++-v3/doc/doxygen/mainpage.html b/libstdc++-v3/doc/doxygen/mainpage.html index aa650ba..b54482a 100644 --- a/libstdc++-v3/doc/doxygen/mainpage.html +++ b/libstdc++-v3/doc/doxygen/mainpage.html @@ -28,7 +28,7 @@

There are two types of documentation for libstdc++. One is the distribution documentation, which can be read online - here + here or offline from the file doc/html/index.html in the library source directory.

@@ -78,11 +78,11 @@ pages. See the section "Documentation Style" in doc/xml/manual/appendix_contributing.xml in the source tree for how to create (and write) the doxygen markup. - This style guide can also be viewed on the web. + This style guide can also be viewed on the web.

License, Copyright, and Other Lawyerly Verbosity

The libstdc++ documentation is released under - + these terms.

Part of the generated documentation involved comments and notes from -- 2.7.4