File tree 1 file changed +27
-6
lines changed 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,13 @@ TEST(HTMLGeneratorTest, emitNamespaceHTML) {
92
92
</div>
93
93
<h2 id="Enums">Enums</h2>
94
94
<div>
95
- <h3 id="0000000000000000000000000000000000000000">enum OneEnum</h3>
95
+ <table id="0000000000000000000000000000000000000000">
96
+ <thead>
97
+ <tr>
98
+ <th colspan="2">enum OneEnum</th>
99
+ </tr>
100
+ </thead>
101
+ </table>
96
102
</div>
97
103
</div>
98
104
<div id="sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
@@ -212,7 +218,13 @@ TEST(HTMLGeneratorTest, emitRecordHTML) {
212
218
</div>
213
219
<h2 id="Enums">Enums</h2>
214
220
<div>
215
- <h3 id="0000000000000000000000000000000000000000">enum OneEnum</h3>
221
+ <table id="0000000000000000000000000000000000000000">
222
+ <thead>
223
+ <tr>
224
+ <th colspan="2">enum OneEnum</th>
225
+ </tr>
226
+ </thead>
227
+ </table>
216
228
</div>
217
229
</div>
218
230
<div id="sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
@@ -346,10 +358,19 @@ TEST(HTMLGeneratorTest, emitEnumHTML) {
346
358
<main>
347
359
<div id="sidebar-left" path="" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"></div>
348
360
<div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content">
349
- <h3 id="0000000000000000000000000000000000000000">enum class e</h3>
350
- <ul>
351
- <li>X</li>
352
- </ul>
361
+ <table id="0000000000000000000000000000000000000000">
362
+ <thead>
363
+ <tr>
364
+ <th colspan="2">enum class e</th>
365
+ </tr>
366
+ </thead>
367
+ <tbody>
368
+ <tr>
369
+ <td>X</td>
370
+ <td>0</td>
371
+ </tr>
372
+ </tbody>
373
+ </table>
353
374
<p>
354
375
Defined at line
355
376
<a href="https://www.repository.com/test.cpp#10">10</a>
You can’t perform that action at this time.
0 commit comments