diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-03-01 12:53:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-03-01 12:53:28 +0000 |
commit | 00133e166c949e15502d4a0ffb9f55bb53a880fc (patch) | |
tree | 5c25f0587e2abc1ddd23d133366e734cdab2a0ae | |
parent | 50c620cad98f9cef1faec12179ed03664f916e5c (diff) | |
download | gcc-00133e166c949e15502d4a0ffb9f55bb53a880fc.zip gcc-00133e166c949e15502d4a0ffb9f55bb53a880fc.tar.gz gcc-00133e166c949e15502d4a0ffb9f55bb53a880fc.tar.bz2 |
documentation_hacking.xml: Tweak link to doxygen.org.
* doc/xml/manual/documentation_hacking.xml: Tweak link to
doxygen.org.
From-SVN: r245808
-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 6193f4e..c7e277a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-03-01 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/documentation_hacking.xml: Tweak link to + doxygen.org. + 2017-02-23 Jonathan Wakely <jwakely@redhat.com> * include/experimental/iterator: Include <iterator>. diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index dbfd6c2..8ab9e87 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.org">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 |