diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-07-28 09:10:32 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-07-28 09:10:32 +0000 |
commit | c5993c9abc360b5dc7ef4d8ebb639725eec7939c (patch) | |
tree | a7a85d2f1420809ce730ad82eb4c6dcc90e09800 /libstdc++-v3/doc | |
parent | f0350021b846e76ca1f8b397399d392753a21092 (diff) | |
download | gcc-c5993c9abc360b5dc7ef4d8ebb639725eec7939c.tar.gz |
documentation_hacking.xml: Fix broken reference to the Doxygen manual.
* doc/xml/manual/documentation_hacking.xml: Fix broken reference
to the Doxygen manual. Avoid a "here" link on the way.
Fix another broken link to Doxygen docblocks.
From-SVN: r273852
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index fffa1fc775a..c1be25dfcef 100644 --- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml @@ -445,9 +445,10 @@ <para> Adding Doxygen markup to a file (informally called - <quote>doxygenating</quote>) is very simple. The Doxygen manual can be - found - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.stack.nl/~dimitri/doxygen/download.html#latestman">here</link>. + <quote>doxygenating</quote>) is very simple. See the + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.doxygen.nl/download.html#latestman">Doxygen + manual</link> for details. We try to use a very-recent version of Doxygen. </para> @@ -463,7 +464,8 @@ <para> Some commentary to accompany - the first list in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html">Special + the first list in the <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.doxygen.nl/manual/docblocks.html">Special Documentation Blocks</link> section of the Doxygen manual: </para> |