Commit c5993c9a by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent f0350021
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> 2019-07-26 Jonathan Wakely <jwakely@redhat.com>
* include/std/bit (__cpp_lib_endian): Define. * include/std/bit (__cpp_lib_endian): Define.
......
...@@ -445,9 +445,10 @@ ...@@ -445,9 +445,10 @@
<para> <para>
Adding Doxygen markup to a file (informally called Adding Doxygen markup to a file (informally called
<quote>doxygenating</quote>) is very simple. The Doxygen manual can be <quote>doxygenating</quote>) is very simple. See the
found <link xmlns:xlink="http://www.w3.org/1999/xlink"
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.stack.nl/~dimitri/doxygen/download.html#latestman">here</link>. xlink:href="http://www.doxygen.nl/download.html#latestman">Doxygen
manual</link> for details.
We try to use a very-recent version of Doxygen. We try to use a very-recent version of Doxygen.
</para> </para>
...@@ -463,7 +464,8 @@ ...@@ -463,7 +464,8 @@
<para> <para>
Some commentary to accompany 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: Documentation Blocks</link> section of the Doxygen manual:
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment