<div class="m-block m-default">
<h3>Contents</h3>
<ul>
- <li>
- Reference
- <ul>
- <li><a href="#func-members">Functions</a></li>
- </ul>
- </li>
+ <li><a href="#subgroup-description">Description</a></li>
</ul>
</div>
- <section id="func-members">
- <h2><a href="#func-members">Functions</a></h3>
- <dl class="m-dox">
- <dt>
- <span class="m-dox-wrap-bumper">auto <a href="#gac0124d4b60010824c0b73bd5f27759c6" class="m-dox">fizzbuzz</a>(</span><span class="m-dox-wrap">) -> int</span>
- </dt>
- <dd>Returns 5 every 5 runs or something.</dd>
- </dl>
- </section>
- <section>
- <h2>Function documentation</h2>
- <section class="m-dox-details" id="gac0124d4b60010824c0b73bd5f27759c6"><div>
- <h3>
- <span class="m-dox-wrap-bumper">int </span><span class="m-dox-wrap"><span class="m-dox-wrap-bumper"><a href="#gac0124d4b60010824c0b73bd5f27759c6" class="m-dox-self">fizzbuzz</a>(</span><span class="m-dox-wrap">)</span></span>
- </h3>
- <p>Returns 5 every 5 runs or something.</p>
-<p>Did I pass the interview now?</p>
- </div></section>
- </section>
+<section id="subgroup-description"><h2><a href="#subgroup-description">Description</a></h2><p>Subgroup description. There are <strong>no members</strong>, so there should be also no Reference section in the TOC.</p></section>
</div>
</div>
</div>
@defgroup subgroup A subgroup
@brief Subgroup brief description
@ingroup group
-@{ */
-/**
-@brief Returns 5 every 5 runs or something
+@section subgroup-description Description
-Did I pass the interview now?
+Subgroup description. There are **no members**, so there should be also no
+Reference section in the TOC.
*/
-int fizzbuzz();
-
-/*@}*/