]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix incorrect Docbook links
authorJonathan Wakely <jwakely@redhat.com>
Mon, 1 Jun 2020 15:40:13 +0000 (16:40 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 4 Nov 2020 12:49:58 +0000 (12:49 +0000)
commit75e84aa24674ececfda38c43a6b5c50b084c5085
tree5c3375e9bab707a9727492e77d4384cdf270c553
parent73be6bd1433d4a95aa11f0d6b1e214a65f4697dc
libstdc++: Fix incorrect Docbook links

The <xref> element creates the link text automatically from the link
target, rather than using the text node child of the element. This can
be changed by using an endterm attribute, but it's simpler to just use
the <link> element instead.

* doc/xml/manual/containers.xml: Replace <xref> with <link>.
* doc/xml/manual/evolution.xml: Likewise.
* doc/html/manual/api.html: Regenerate.
* doc/html/manual/containers.html: Regenerate.

(cherry picked from commit a1ffe9b6f4d0e2dd9493c5bd669fc5a2ea24a6f9)
libstdc++-v3/doc/html/manual/api.html
libstdc++-v3/doc/html/manual/containers.html
libstdc++-v3/doc/xml/manual/containers.xml
libstdc++-v3/doc/xml/manual/evolution.xml
This page took 0.057609 seconds and 5 git commands to generate.