summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/expected/html/page-with-comment-in-brief.html
blob: 4283ae544c7094f6eb2800720da284c11318bfe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
<!-- brief_adventures.qdoc -->
  <meta name="description" content="Another test that the \brief command isn't entirely broken.">
  <title>Yet, yet another adventure with QDoc's \brief command | IllformattedDocumentation</title>
</head>
<body>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Yet, yet another adventure with QDoc's \brief command</h1>
<!-- $$$page-with-comment-in-brief.html-description -->
<div class="descr" id="details">
<p>The brief for this page is: &quot;Another test that the \brief command isn't entirely broken.&quot;</p>
</div>
<!-- @@@page-with-comment-in-brief.html -->
</body>
</html>