<span class="m-doc-wrap-bumper">enum class <a href="#a1fd406685cbdee605d0a7bebed56fdb0" class="m-doc-self">F</a> { </span><span class="m-doc-wrap"> }</span>
</dt>
<dd>Strong implicitly typed enum.</dd>
+ <dt>
+ <span class="m-doc-wrap-bumper">enum <a href="#a3e2c3c2979bc59f7afd8ee77148e7e19" class="m-doc">(anonymous)</a>: long { </span><span class="m-doc-wrap"><a href="#a3e2c3c2979bc59f7afd8ee77148e7e19a2729996acdfa5e398794ba14418d510b" class="m-doc">Unnamed</a> = -1337 }</span>
+ </dt>
+ <dd></dd>
</dl>
</section>
<section>
</tbody>
</table>
</div></section>
+ <section class="m-doc-details" id="a3e2c3c2979bc59f7afd8ee77148e7e19"><div>
+ <h3>
+ enum <a href="#a3e2c3c2979bc59f7afd8ee77148e7e19" class="m-doc-self">(anonymous)</a>: long
+ </h3>
+ <table class="m-table m-fullwidth m-flat m-doc">
+ <thead><tr><th style="width: 1%">Enumerators</th><th></th></tr></thead>
+ <tbody>
+ <tr>
+ <td><a href="#a3e2c3c2979bc59f7afd8ee77148e7e19a2729996acdfa5e398794ba14418d510b" class="m-doc-self" id="a3e2c3c2979bc59f7afd8ee77148e7e19a2729996acdfa5e398794ba14418d510b">Unnamed</a></td>
+ <td>
+ <p>Constant in an unnamed typed enum.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div></section>
</section>
</div>
</div>
from . import IntegrationTestCase, doxygen_version, parse_version
-class EnumClass(IntegrationTestCase):
+class Enum(IntegrationTestCase):
@unittest.skipUnless(parse_version(doxygen_version()) > parse_version("1.8.13"),
"https://github.com/doxygen/doxygen/pull/627")
def test(self):