diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-08-04 13:20:32 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-08-04 13:20:32 +0000 |
commit | 011fc8c66f8195eaf5ae65951b3e2172383bf16d (patch) | |
tree | 080e482f51dd24f21f9ac356e11913a33fce82c7 | |
parent | ae2037b08ccaf13d7fe956b370b0caaae50aa1c6 (diff) | |
download | gcc-011fc8c66f8195eaf5ae65951b3e2172383bf16d.zip gcc-011fc8c66f8195eaf5ae65951b3e2172383bf16d.tar.gz gcc-011fc8c66f8195eaf5ae65951b3e2172383bf16d.tar.bz2 |
documentation_hacking.xml: doxygen.org is now doxygen.nl.
* doc/xml/manual/documentation_hacking.xml: doxygen.org is now
doxygen.nl.
From-SVN: r274094
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 670e99b..0a70dc2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2019-08-04 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/documentation_hacking.xml: doxygen.org is now + doxygen.nl. + 2019-08-01 Edward Smith-Rowland <3dw4rd@verizon.net> Implement C++20 p0202 - Add Constexpr Modifiers to Functions diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index c1be25d..e0990a2 100644 --- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml @@ -261,7 +261,7 @@ <para> Prerequisite tools are Bash 2.0 or later, - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.doxygen.org">Doxygen</link>, and + <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.doxygen.nl">Doxygen</link>, and the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.gnu.org/software/coreutils/">GNU coreutils</link>. (GNU versions of find, xargs, and possibly sed and grep are used, just because the GNU versions make |