]> 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>
Mon, 1 Jun 2020 15:49:31 +0000 (16:49 +0100)
commita1ffe9b6f4d0e2dd9493c5bd669fc5a2ea24a6f9
treea6d0a983040e0d0bc233040aa64e171915eef824
parente41b988cc5af34e9c1a3d37b717fbfcc52d7ff90
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.
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.058812 seconds and 5 git commands to generate.