summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/expected/html/another-page-with-comments-in-the-brief.html
blob: 71ef2af250d5f88fcbd58fe7fa0ff9ee11dc34a0 (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 completely borked">
  <title>There's no end to the possibilities! | IllformattedDocumentation</title>
</head>
<body>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">There's no end to the possibilities!</h1>
<!-- $$$another-page-with-comments-in-the-brief-description -->
<div class="descr" id="details">
<p>The brief for this page is: &quot;Another test that the \brief command isn't completely borked&quot;. Notice the lack of a trailing full stop in the brief. QDoc should generate a warning about that when generating HTML.</p>
</div>
<!-- @@@another-page-with-comments-in-the-brief -->
</body>
</html>