summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/expected/html/page-with-comment-after-brief.html
blob: fc6fa1b92c1a63a2c9f91833ed3893b4c1854a30 (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 doesn't eat content that follows it.">
  <title>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 another adventure with QDoc's \brief command</h1>
<!-- $$$page-with-comment-after-brief.html-description -->
<div class="descr" id="details">
<p>This paragraph should render normally, but might be eaten by the \brief brief because the brief is followed by a QDoc comment (which shouldn't be rendered at all).</p>
</div>
<!-- @@@page-with-comment-after-brief.html -->
</body>
</html>