We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d054ac commit c3845b9Copy full SHA for c3845b9
clang-tools-extra/test/clang-doc/basic-project.test
@@ -125,8 +125,8 @@
125
// HTML-RECTANGLE: <a href="Shape.html">Shape</a>
126
// HTML-RECTANGLE: </p>
127
// HTML-RECTANGLE: <h2 id="Members">Members</h2>
128
-// HTML-RECTANGLE: <div>private double width_</div>
129
-// HTML-RECTANGLE: <div>private double height_</div>
+// HTML-RECTANGLE: <li>private double width_</li>
+// HTML-RECTANGLE: <li>private double height_</li>
130
// HTML-RECTANGLE: <h2 id="Functions">Functions</h2>
131
// HTML-RECTANGLE: <h3 id="{{([0-9A-F]{40})}}">Rectangle</h3>
132
// HTML-RECTANGLE: <p>public void Rectangle(double width, double height)</p>
0 commit comments