summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/tocnavigation/expected/html/qdoctests-qdocfileoutput-exhaustive.html
blob: ce9c0419fc5a0d6f38d380ad6046e9a835a2f07c (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
<!-- qdoctests-outputfromqdocfiles.qdoc -->
  <meta name="description" content="This page is a dumping ground for QDoc commands under test.">
  <title>Exhaustive testing of QDoc commands | OutputFromQDocFiles</title>
</head>
<body>
<li><a href="toc-test.html" translate="no">TOC</a></li>
<li><a href="qdoctests-qdocfileoutput.html" translate="no">Testing QDoc output from .qdoc files</a></li>
<li>Exhaustive testing of QDoc commands</li>
<li id="buildversion">OutputFromQDocFiles - A test project for QDoc build artifacts</li>
  <link rel="prev" href="qdoctests-qdocfileoutput.html" />
  <link rel="next" href="qdoctests-qdocfileoutput-linking.html" />
<p class="naviNextPrevious headerNavi">
<a class="prevPage" href="qdoctests-qdocfileoutput.html">QDoc Testing</a>
<a class="nextPage" href="qdoctests-qdocfileoutput-linking.html">QDoc Linking Test</a>
</p>
<div class="sidebar">
<div class="toc">
<h3 id="toc">Contents</h3>
<ul>
<li class="level1"><a href="#this-is-a-section1">This is a section1</a></li>
<li class="level2"><a href="#this-is-a-section2">This is a section2</a></li>
<li class="level3"><a href="#this-is-a-section3">This is a section3</a></li>
<li class="level4"><a href="#this-is-a-section4">This is a section4</a></li>
<li class="level1"><a href="#images">Images</a></li>
<li class="level1"><a href="#commands-not-yet-tested">Commands not yet tested</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Exhaustive testing of QDoc commands</h1>
<!-- $$$qdoctests-qdocfileoutput-exhaustive.html-description -->
<div class="descr" id="details">
<h2 id="this-is-a-section1">This is a section1</h2>
<h3 id="this-is-a-section2">This is a section2</h3>
<h4 id="this-is-a-section3">This is a section3</h4>
<h5 id="this-is-a-section4">This is a section4</h5>
<pre class="cpp plain" translate="no">This is bad code</pre>
<p>This text should have a line break riiiiight <br />
 noooow.</p>
<p><b>All your text belong to bold</b> ...And this is an examble of only <b>bold</b> being, well, bold.</p>
<pre class="cpp" translate="no">    ...</pre>
<p class="figCaption">This a caption</p>
<div class="LegaleseLeft"><p>Lorem legal ipsum</p>
</div><blockquote><p>This is a quotation.</p>
</blockquote>
        <html><body>This is <b>raw</b>. Like the <h1>Eddie Murphy</h1> movie. Just not as funny.</body></html>
    <p>Look, ma! I made a sidebar!</p>
<div class="table"><table class="generic">
 <tr valign="top" class="odd"><td >Table item in a table row</td></tr>
<tr valign="top" class="even"><td >Another item in a different row</td></tr>
</table></div>
<div class="admonition important">
<p><b>Important: </b>This is really important.</p>
</div>
<div class="admonition note">
<p><b>Note: </b>The code above doesn't compile</p>
</div>
<hr />
<h2 id="images">Images</h2>
<p>An image without any text:</p>
<p class="centerAlign"><img src="images/leonardo-da-vinci.png" alt="" /></p><p>An image with just an alternative text:</p>
<p class="centerAlign"><img src="images/leonardo-da-vinci.png" alt="Image alt" /></p><p>An image with alternative text and 1-atom caption:</p>
<p class="centerAlign"><img src="images/leonardo-da-vinci.png" alt="Image alt" /></p><p class="figCaption">Image caption</p>
<p>An image with alternative text and 2-atom caption:</p>
<p class="centerAlign"><img src="images/leonardo-da-vinci.png" alt="Image alt" /></p><p class="figCaption">Image caption with <b>bold</b> text</p>
<p>A bordered image:</p>
<div class="border"><p class="centerAlign"><img src="images/leonardo-da-vinci.png" alt="" /></p></div><p>A bordered image with a caption:</p>
<div class="border"><p class="centerAlign"><img src="images/leonardo-da-vinci.png" alt="" /></p></div><p class="figCaption">Screenshot of the System Tray Icon</p>
<p>An inline image:</p>
<p>The is a paragraph containing an <img src="images/01.png" alt="" /> inline image to test if qdoc handles them properly, without considering rest of the line as alt text for the image.</p>
<p>An inline image with alt text:</p>
<p>Here is another example of <img src="images/01.png" alt="No. 1" /> inline image with alternative text, which should be added as an attribute to the inline image.</p>
<p>File quoting:</p>
<pre class="cpp" translate="no">    <span class="keyword">if</span> (<span class="keyword">false</span>) {
        <span class="keyword">return</span> <span class="number">1</span>;
    }</pre>
<h2 id="commands-not-yet-tested">Commands not yet tested</h2>
<div class="admonition warning">
<p><b>Warning: </b>The following commands have yet to be tested: footnote link sincelist header index topicref // or just don’t care, remove it inlineimage printline printto quotefile skipline skipuntil span snippet codeline overload sub sup tableofcontents tt uicontrol endmapref endomit underline unicode</p>
</div>
</div>
<!-- @@@qdoctests-qdocfileoutput-exhaustive.html -->
<p class="naviNextPrevious footerNavi">
<a class="prevPage" href="qdoctests-qdocfileoutput.html">QDoc Testing</a>
<a class="nextPage" href="qdoctests-qdocfileoutput-linking.html">QDoc Linking Test</a>
</p>
</body>
</html>