]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/xml/manual/documentation_hacking.xml: Fix broken reference
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Jul 2019 09:10:32 +0000 (09:10 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Jul 2019 09:10:32 +0000 (09:10 +0000)
to the Doxygen manual. Avoid a "here" link on the way.
Fix another broken link to Doxygen docblocks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@273852 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/documentation_hacking.xml

index 98807d86c1e83f4f484aa16b210ab598ad020aaf..11be89647b8a85755cce779643b82b558f11f82c 100644 (file)
@@ -1,3 +1,9 @@
+2019-07-28  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * 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.
+
 2019-07-26  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/bit (__cpp_lib_endian): Define.
index fffa1fc775a2b26ec0609d90223d0f030a169ac8..c1be25dfcef78a21c2a70e63424a5829bd62095d 100644 (file)
 
       <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>
 
 
       <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>