diff options
author | Jan Theegarten <jan@moduleworks.com> | 2021-01-07 18:23:20 (GMT) |
---|---|---|
committer | Jan Theegarten <jan@moduleworks.com> | 2021-01-07 18:23:20 (GMT) |
commit | 0db750805f7028a32a30330a1558405dd3eea92e (patch) | |
tree | 24ca0ed04229376a0bdc8c84fcda09b823b9eaea /testing/031 | |
parent | 04c8d255bdf00e3e470896965ed37d1f15f8f81b (diff) | |
download | Doxygen-0db750805f7028a32a30330a1558405dd3eea92e.zip Doxygen-0db750805f7028a32a30330a1558405dd3eea92e.tar.gz Doxygen-0db750805f7028a32a30330a1558405dd3eea92e.tar.bz2 |
Update test references
Diffstat (limited to 'testing/031')
-rw-r--r-- | testing/031/indexpage.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/testing/031/indexpage.xml b/testing/031/indexpage.xml index fc030f6..0690560 100644 --- a/testing/031/indexpage.xml +++ b/testing/031/indexpage.xml @@ -29,26 +29,27 @@ This image is inline <image type="html" name="https://raster.shields.io/badge/li This image is inline <image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.png" inline="yes">MIT license</image> within the text.</para> <para>Markdown style linked SVG image:<linebreak/> -<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.svg" inline="yes"/></ulink></para> +<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT license" inline="yes"/></ulink></para> <para>Markdown style linked PNG image:<linebreak/> -<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.png" inline="yes"/></ulink></para> +<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.png" alt="MIT license" inline="yes"/></ulink></para> <para>HTML style linked SVG image:<linebreak/> -<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.svg" inline="yes"/></ulink></para> +<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT license" inline="yes"/></ulink></para> <para>HTML style linked PNG image:<linebreak/> -<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.png" inline="yes"/></ulink></para> +<ulink url="https://opensource.org/licenses/MIT"><image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.png" alt="MIT license" inline="yes"/></ulink></para> <para>HTML style unlinked SVG image:<linebreak/> -<image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.svg" inline="yes"/> +<image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT license" inline="yes"/> </para> <para>HTML style unlinked PNG image:<linebreak/> -<image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.png" inline="yes"/> +<image type="html" name="https://raster.shields.io/badge/license-MIT-brightgreen.png" alt="MIT license" inline="yes"/> </para> <para>Some markdown image tests<linebreak/> -<image type="html" name="https://raster.shields.io/badge/docs-Doxygen-blue.svg?foo&bar" inline="yes"/> +<image type="html" name="https://raster.shields.io/badge/docs-Doxygen-blue.svg?foo&bar" alt="Some SVG image" inline="yes"/> <ulink url="https://www.doxygen.nl/index.html?foo&bar">Some normal link</ulink></para> <para> - <image type="html" name="https://raster.shields.io/badge/docs-Doxygen-blue.svg?foo&bar" inline="yes"/> + <image type="html" name="https://raster.shields.io/badge/docs-Doxygen-blue.svg?foo&bar" alt="Some SVG image" inline="yes"/> <ulink url="https://www.doxygen.nl/index.html?foo&bar">Some normal link</ulink> </para> </detaileddescription> + <location file="031_image.dox"/> </compounddef> </doxygen> |