summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/bug80259/expected/html/first-nested.html
blob: 9a8266e7a94ff5031e827997e652dbe842fb8219 (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
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
<!-- main.cpp -->
  <title>Nested Class | TestModule</title>
</head>
<body>
<li>Nested</li>
<div class="sidebar">
<div class="toc">
<h3 id="toc">Contents</h3>
<ul>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title" translate="no">Nested Class</h1>
<span class="small-subtitle" translate="no">class <a href="first.html" translate="no">First</a>::Nested</span>
<!-- $$$Nested-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>This is a nested class</p>
</div>
<!-- @@@Nested -->
</body>
</html>