summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/line_comments/expected/webxml/another-page-with-an-image-at-the-top.webxml
blob: b2551df18843dd8388ba3c11cc14e4908a9fb983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<WebXML>
    <document>
        <page name="another-page-with-an-image-at-the-top.html" href="another-page-with-an-image-at-the-top.html" status="active" location="line_comment_adventures.qdoc" documented="true" subtype="page" title="This page starts with an image" fulltitle="This page starts with an image" subtitle="" brief="This page has an image right at the top">
            <description>
                <brief>This page has an image right at the top.</brief>
                <image href="images/leonardo-da-vinci.png"/>
                <para>The image should render as expected, and the alternate text should be there, too. This text is contained in its own paragraph following the image.</para>
                <para>This paragraph is a new paragraph, and doesn't contain an image.</para>
            </description>
        </page>
    </document>
</WebXML>