summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/expected_output/html/qdoctests-qdocfileoutput-exhaustive.webxml
blob: 276d08372d6e6c5d1fb57aba76c57bb916687093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<WebXML>
    <document>
        <page name="qdoctests-qdocfileoutput-exhaustive.html" href="qdoctests-qdocfileoutput-exhaustive.html" status="active" location="qdoctests-outputfromqdocfiles.qdoc" documented="true" subtype="page" title="Exhaustive testing of QDoc commands" fulltitle="Exhaustive testing of QDoc commands" subtitle="" brief="This page is a dumping ground for QDoc commands under test">
            <contents name="this-is-a-section1" title="This is a section1" level="1"/>
            <contents name="this-is-a-section2" title="This is a section2" level="2"/>
            <contents name="this-is-a-section3" title="This is a section3" level="3"/>
            <contents name="this-is-a-section4" title="This is a section4" level="4"/>
            <description>
                <brief>This page is a dumping ground for QDoc commands under test.</brief>
                <section id="this-is-a-section1">
                    <heading level="1">This is a section1</heading>
                </section>
                <section id="this-is-a-section2">
                    <heading level="2">This is a section2</heading>
                </section>
                <section id="this-is-a-section3">
                    <heading level="3">This is a section3</heading>
                </section>
                <section id="this-is-a-section4">
                    <heading level="4">This is a section4</heading>
                </section>
            </description>
        </page>
    </document>
    <badcode>This is bad code</badcode>
    <para>This text should have a line break riiiiight  noooow.</para>
    <para>
        <bold>All your text belong to bold</bold> ...And this is an examble of only <bold>bold</bold> being, well, bold.</para>
    <dots indent="4">...</dots>
    <para>And if I knew qmltext, I guess this is where that would go. </para>This a caption<legalese>
        <para>Lorem legal ipsum</para>
    </legalese>
    <quote>
        <para>This is a quotation.</para>
    </quote>
    <raw format="HTML">        &lt;html&gt;&lt;body&gt;This is &lt;b&gt;raw&lt;/b&gt;. Like the &lt;h1&gt;Eddie Murphy&lt;/h1&gt; movie. Just not as funny.&lt;/body&gt;&lt;/html&gt;
    </raw>
    <para>Look, ma! I made a sidebar!</para>
    <table>
        <row>
            <item>
                <para>Table item in a table row</para>
            </item>
        </row>
        <row>
            <item>
                <para>Another item in a different row</para>
            </item>
        </row>
    </table>
    <para>
        <bold>Important:</bold> This is really important.</para>
    <para>For example, if you have code like</para>
    <oldcode>This is old code.</oldcode>
    <para>you can rewrite it as</para>
    <newcode>This is new and shiny!</newcode>
    <para>
        <bold>Note:</bold> The code above doesn't compile</para>
    <para>
        <bold>Warning:</bold> The following commands have yet to be tested: footnote link sincelist header index topicref // or just don’t care, remove it image inlineimage printline printto printuntil // what’s the difference between printto and printuntil??? quotefile quotefromfile quotefunction skipline skipto skipuntil span snippet codeline overload sub sup tableofcontents tt uicontrol endmapref endomit underline unicode</para>
</WebXML>